{"info":{"_postman_id":"5287f847-0abc-49e6-b372-2e0aec953940","name":"Web Services 3.0 - Airlines","description":"<html><head></head><body><p>The api webservices is an http:post based on SSL protocol.<br>Consumers may have credentials and declared the IPs to access the web servers.</p>\n<p>The access credentials must be requested to the webservices support team in order to grant the access after signed a NDA agreement:</p>\n<h2 id=\"web-service-manager\">Web service manager:</h2>\n<p>This application allows users to self-manage the access point of sales of the web services consumers.</p>\n<p>The web service support will give to the customers at first time:</p>\n<ul>\n<li><p><strong>user</strong>: The unique access code assigned to the customer for the partition.</p>\n</li>\n<li><p><strong>password</strong>: A temporary password will be informed to the customer to login at first time. After the customer can change the password.</p>\n</li>\n<li><p><strong>IP List: Users should enter the IP or IPs list that will consume the web services.</strong></p>\n</li>\n<li><p><strong>Terminal Ids and Sines: Users also have to entered those exclusively terminals with an associated sine id that will consume the web services.</strong></p>\n</li>\n</ul>\n<hr>\n<h2 id=\"web-services-consumption\">Web services consumption:</h2>\n<p>Web services support also will assing:</p>\n<ul>\n<li><p><strong>user:</strong> This user is the user allowed to consume web services and it would be the same of the ws-manager. It must be declare in the http:post sent to the web server.</p>\n</li>\n<li><p><strong>password:</strong> The password is different of the ws-manager and is the access password by environment of the webservices. Customer will be assigned a psw by production and one for testing.</p>\n</li>\n</ul>\n<p>As mentioned before, the web service is a HTTP:POST over a SSL protocol. The Content-type acepted is x-www-urlenconde, so the expected format of the http:post have to be like the next curl example:</p>\n<p>`<br>curl --location --request POST '<a href=\"https://ssl00.kiusys.com/ws3/index.php'\">https://ssl00.kiusys.com/ws3/index.php'</a><br>--header 'Content-Type: application/x-www-form-urlencoded'<br>--data-urlencode 'user=XX'<br>--data-urlencode 'password=testeokiu'<br>--data-urlencode 'request=${XML Request body}</p>\n<p>The \"user\" is the code assigned to customer.<br>The \"password\" should be the correct password assigned by environment. The environment is the \"Target\" attribute in the body of the methods. It is a common type and only accept the values as enum:</p>\n<p>\"Target\":<br>Enum:[<br>\"Production\"<br>\"Testing\"<br>]</p>\n<p>In case password does not match against the information into the web service manager by environment, the consumer will received an 'Invalid Credentials'error.</p>\n<p>The validation service will match the user, password, IP and Target(declared into the body of the request) to grant the access and execute the request.</p>\n<p>Into the param 'request' is expected the body of the method to consume in XML format.</p>\n<h1 id=\"list-of-possible-errors\">List of possible errors</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error_code</th>\n<th>Error_message</th>\n<th>Error_description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Undefined error</td>\n<td>Error at processing the request commands, report to <a href=\"https://mailto:webservices@kiusys.com\">webservices@kiusys.com</a></td>\n</tr>\n<tr>\n<td>100000</td>\n<td>Access error</td>\n<td>Error trying to connect to web server please contact administrator</td>\n</tr>\n<tr>\n<td>10001</td>\n<td>Called method unknown</td>\n<td>Verify the method name or check web services manual</td>\n</tr>\n<tr>\n<td>10002</td>\n<td>Invalid Access</td>\n<td>The IP of requestor is not correctly entered in web services manager</td>\n</tr>\n<tr>\n<td>10003</td>\n<td>Not allowed in this partition</td>\n<td>Review the password that correspond to the target requested in xml body</td>\n</tr>\n<tr>\n<td>10004</td>\n<td>XML message could not be parsed</td>\n<td>The xml is not well formated</td>\n</tr>\n<tr>\n<td>10005</td>\n<td>Invalid Credentials</td>\n<td>The user or password send in HTTP POST are not correct.</td>\n</tr>\n<tr>\n<td>10006</td>\n<td>Too many PNRs to process</td>\n<td>More than one PNR to process has been sent, the method only accept one instance per call.</td>\n</tr>\n<tr>\n<td>10007</td>\n<td>Too many eTKTs to process</td>\n<td>The method accept only one ticket instance per call</td>\n</tr>\n<tr>\n<td>10009</td>\n<td>There is no contact info for this reservation</td>\n<td>Contact information is required and not entered in the request,Phone, address or email for at least one passegner should be entered</td>\n</tr>\n<tr>\n<td>10010</td>\n<td>There is a passenger without document</td>\n<td>It is required that a passenger has type and document ID associated.</td>\n</tr>\n<tr>\n<td>10011</td>\n<td>XML response has an error</td>\n<td>Please try again</td>\n</tr>\n<tr>\n<td>10012</td>\n<td>Too many IDs to process</td>\n<td>There are more than one account code. The method only accept one account code instance per call.</td>\n</tr>\n<tr>\n<td>10013</td>\n<td>PNR not informed</td>\n<td>There is no PNR code present in the call.</td>\n</tr>\n<tr>\n<td>10014</td>\n<td>Too many Time Limits to process</td>\n<td>Only one instance of ticket time limit by call is supported.</td>\n</tr>\n<tr>\n<td>10015</td>\n<td>New Time Limit not informed</td>\n<td>Invalid ticket time limit, review the request element.</td>\n</tr>\n<tr>\n<td>10016</td>\n<td>There is a discrepancy between the DirectFlightsOnly and MaxStopsQuantity parameters</td>\n<td>The combination of parameters are not logic to apply, please review the request.</td>\n</tr>\n<tr>\n<td>10017</td>\n<td>The TravelerRefNumberRPHList in the SSR informs a non-existant RPH</td>\n<td>The value of the attribute TravelerRefNumberRPHList not corresponding with any instance of passenger in the booking request.</td>\n</tr>\n<tr>\n<td>10018</td>\n<td>There is a discrepancy between the AirItinerary flight data and the SSR flight data</td>\n<td>There is a discrepancy between the flightSegment data and the SSR flightLeg data.</td>\n</tr>\n<tr>\n<td>10019</td>\n<td>There is at least one passenger without proper TSA data</td>\n<td>Include the TSA data for all passengers in party.</td>\n</tr>\n<tr>\n<td>10020</td>\n<td>This flight requires TSA data for passengers but it is not present</td>\n<td>The TSA information is requiered and not included in the call.</td>\n</tr>\n<tr>\n<td>10021</td>\n<td>Too many TicketDesignatorCodes to process</td>\n<td>More than 3 discount codes are present in the call.</td>\n</tr>\n<tr>\n<td>10022</td>\n<td>There are at least two different passengers with the exact same name</td>\n<td>There are two passenger with the same name.Use the Prefix to differ one from the other.</td>\n</tr>\n<tr>\n<td>10025</td>\n<td>There is both one PNR and one eTicket in the request, only one identifier type allowed</td>\n<td>Ticket and PNR identifier are OneOf, please define the call.</td>\n</tr>\n<tr>\n<td>10026</td>\n<td>The TerminalID is not an authorized device</td>\n<td>The terminalID has not been declared in the WebServices manager.</td>\n</tr>\n<tr>\n<td>10027</td>\n<td>The AgentSine is not authorized for this device</td>\n<td>The AgentSine declare in the call is invalid for the TerminalID. Check the web services manager devices and sines.</td>\n</tr>\n<tr>\n<td>10029</td>\n<td>At least one of the informed passenger birth dates is in the future</td>\n<td>The date of birth is beyond in the future.</td>\n</tr>\n<tr>\n<td>10030</td>\n<td>At least one of the informed passenger birth dates does not correspond with the informed passenger type</td>\n<td>The date of birht for a passenger is not correct for the passenger type.</td>\n</tr>\n<tr>\n<td>10035</td>\n<td>The date must not be in the past or over 330 days in the future</td>\n<td>The date rule must not be in past and not beyond 330 days in future.</td>\n</tr>\n<tr>\n<td>10036</td>\n<td>Too many OriginDestinationInformation elements to process</td>\n<td>Too may OriginDestinationInformation present in the call, please check the manual for the method uses.</td>\n</tr>\n<tr>\n<td>10037</td>\n<td>Too many FareRestrictPref elements to process</td>\n<td>More than one currency conversion present in the call, only support one currency instance per call.</td>\n</tr>\n<tr>\n<td>10038</td>\n<td>Too many RuleReqInfo elements to process</td>\n<td>The method support only one FareID per call.</td>\n</tr>\n<tr>\n<td>10039</td>\n<td>Carriers are not allowed to check other carrier's airports</td>\n<td>Invalid airport for carrier.</td>\n</tr>\n<tr>\n<td>10040</td>\n<td>Carriers are not allowed to check other carrier's rules</td>\n<td>The Marketing Airline code is invalida for the requester.</td>\n</tr>\n<tr>\n<td>10047</td>\n<td>Only one currency is allowed for all Products</td>\n<td>Only one currency instance per pricing is allowed.</td>\n</tr>\n<tr>\n<td>10048</td>\n<td>All Comments cannot be over 100 characters</td>\n<td>All remarks exceed the limit of 100 chars.</td>\n</tr>\n<tr>\n<td>10051</td>\n<td>FareBasisCode only allows up to ten characters</td>\n<td>Invalid FareBasis code based on Min/Max Lenght 1 to 10.</td>\n</tr>\n<tr>\n<td>11001</td>\n<td>Error at parameter EchoToken</td>\n<td>The value of EchoToken is not valid.</td>\n</tr>\n<tr>\n<td>11002</td>\n<td>Error at parameter SequenceNmbr</td>\n<td>The value of SequenceNmbr is not correct. The default value is 1.</td>\n</tr>\n<tr>\n<td>11004</td>\n<td>Error at parameter Age Qualifying Code</td>\n<td>The value of the PassengerTypeCode is not correct with the code declared (INF, CNN, ADT o GRP).</td>\n</tr>\n<tr>\n<td>11005</td>\n<td>Error at parameter DepartureDateTime</td>\n<td>The DepartureDateTime value is not a valid ISO date format.</td>\n</tr>\n<tr>\n<td>11006</td>\n<td>Error at parameter OriginLocation</td>\n<td>Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected.</td>\n</tr>\n<tr>\n<td>11007</td>\n<td>Error at parameter DestinationLocation</td>\n<td>Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected.</td>\n</tr>\n<tr>\n<td>11010</td>\n<td>Error at parameter MarketingAirline</td>\n<td>Invalid value for the element MarketingAirline. Two alphanumeric chars is expected.</td>\n</tr>\n<tr>\n<td>11011</td>\n<td>Error at parameter DepartureAirport</td>\n<td>Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected.</td>\n</tr>\n<tr>\n<td>11012</td>\n<td>Error at parameter ArrivalAirport</td>\n<td>Invalid LocationCode, the value is not correct, the 3 alpha chars associate to LocationCode is expected</td>\n</tr>\n<tr>\n<td>11013</td>\n<td>Error at parameter ArrivalDateTime</td>\n<td>The value of ArrivalDateTime of the FlightSegment element is not an ISO DateTime format.</td>\n</tr>\n<tr>\n<td>11014</td>\n<td>Error at parameter ResBookDesigCode</td>\n<td>The value of attribute ResBookDesigCode is not correct under 1 UpperCaseAlphachar.</td>\n</tr>\n<tr>\n<td>11015</td>\n<td>Error at parameter FlightNumber</td>\n<td>The value of attribute FlightNumber is not valid. Integer (0-9999).</td>\n</tr>\n<tr>\n<td>11016</td>\n<td>Error at parameter Quantity</td>\n<td>The value of the attribute Quantity of the element PassengerTypeQuantity is not an integer.</td>\n</tr>\n<tr>\n<td>11017</td>\n<td>Error at parameter ISOCountry</td>\n<td>The value of the attribute ISOCountry from the element Source is not correct.UpperCaseAlpha (2).</td>\n</tr>\n<tr>\n<td>11018</td>\n<td>Error at parameter ISOCurrency</td>\n<td>The value of the attribute ISOCurrency of the element Source is not correct under the ISO 4127 format.</td>\n</tr>\n<tr>\n<td>11019</td>\n<td>Error at parameter PseudoCityCode</td>\n<td>The value of the attribute PseudoCityCode of the element Source is not correct under valdidation UpperAlphacase (3).</td>\n</tr>\n<tr>\n<td>11020</td>\n<td>Error at parameter GivenName</td>\n<td>The value of the element GivenName of element AirTraveler is not correct. UpperAlphaCase (18).</td>\n</tr>\n<tr>\n<td>11021</td>\n<td>Error at parameter SurName</td>\n<td>The value of the element GivenName of element AirTraveler is not correct. UpperAlphaCase (18).</td>\n</tr>\n<tr>\n<td>11022</td>\n<td>Error at parameter NamePrefix</td>\n<td>The value of the element NamePrefix of the element AirTraveler is invalid. Possible options (MR, MRS, MSS o JR).</td>\n</tr>\n<tr>\n<td>11023</td>\n<td>Error at parameter PaymentType</td>\n<td>The value of the attribute PaymentType of the element PaymentInfo is not one of (1, 5, 6, 34 ó 37).</td>\n</tr>\n<tr>\n<td>11025</td>\n<td>Error at parameter BookingReferenceID</td>\n<td>The value of the attribute ID of the element BookingReferenceID is not valid. UpperAlphaCase (6)</td>\n</tr>\n<tr>\n<td>11026</td>\n<td>Error at parameter Endorsement</td>\n<td>Invalid value of the element Endorsement.AlphanumericSpecial (127).</td>\n</tr>\n<tr>\n<td>11027</td>\n<td>Error at parameter Commission Percent</td>\n<td>The value of the attribute Percent of the element Commission is not correc. (decimal).</td>\n</tr>\n<tr>\n<td>11028</td>\n<td>Error at parameter TicketTimeLimit</td>\n<td>The value of the attribute TicketTimeLimit of the element Ticketing is not correct. Integer.</td>\n</tr>\n<tr>\n<td>11030</td>\n<td>Error at parameter CustLoyalty</td>\n<td>The value of the attribute ProgramID or attribute MembershipID of the element CustLoyalty is not correct under the Types UpperCase alphanumeric 2 and Alphanumeric 22.</td>\n</tr>\n<tr>\n<td>11031</td>\n<td>Error at parameter Document ID</td>\n<td>The value of the attribute DocID of the element Document is not correct under the Type UpperCase alphanumerci (46).</td>\n</tr>\n<tr>\n<td>11032</td>\n<td>Error at parameter PhoneNumber</td>\n<td>The value of the attribute PhoneNumber of the element Telephone is not valid under the type AlphanumericSpecial(50).</td>\n</tr>\n<tr>\n<td>11033</td>\n<td>Error at parameter Email</td>\n<td>The value of the element Email of the element AirTraveler is not valid under the type email.</td>\n</tr>\n<tr>\n<td>11034</td>\n<td>Error at parameter Address</td>\n<td>The information entered under the element Address (AddressLine, CityName, PostalCode, StateProv, CountryName) are not valid.</td>\n</tr>\n<tr>\n<td>11035</td>\n<td>Error at parameter Remark</td>\n<td>The value of the element Remarks from the element Remarks is not valid under the type format UpperCaseAlphanumericspecial (127).</td>\n</tr>\n<tr>\n<td>11036</td>\n<td>Error at parameter TerminalID</td>\n<td>The TerminalID is not valid under the type format UpperCaseAlphanumeric (10) or it is an invalid device, please check the web services manager.</td>\n</tr>\n<tr>\n<td>11037</td>\n<td>Error at parameter AgentSine</td>\n<td>The attribute AgentSine of the element source is invalid under the type format UpperCaseAlphanumeric (9) or it is an invalid AgentSine for the terminalID, please check the web services manager.</td>\n</tr>\n<tr>\n<td>11039</td>\n<td>Error at parameter PNR</td>\n<td>The value of the attribute ID of the element BookingReferenceID is not valid under the type format UpperCaseAlphabetical(6).</td>\n</tr>\n<tr>\n<td>11040</td>\n<td>Error at parameter Ticket Number</td>\n<td>The Ticket number is not valid under the type Integer(13).</td>\n</tr>\n<tr>\n<td>11041</td>\n<td>Error at parameter ID Type</td>\n<td>The value of the element ID is not valid under the type format Lenght (14-30).</td>\n</tr>\n<tr>\n<td>11042</td>\n<td>Error at parameter Document Type</td>\n<td>The value of the attribute DocType of the element Document is not valid under the TypeFormat UpperCaseAlphanumeric (2-3).</td>\n</tr>\n<tr>\n<td>11043</td>\n<td>Error at parameter Carrier</td>\n<td>The value of the attribute code of the element Airline is not valid under the type format UpperAlphaNumeric (2).</td>\n</tr>\n<tr>\n<td>11044</td>\n<td>Error at parameter Profile ID</td>\n<td>The value of the attribute ID of the element UniqueID is not valid under the type format UpperCaseAlphanumeric(32).</td>\n</tr>\n<tr>\n<td>11046</td>\n<td>Error at parameter VAT</td>\n<td>The value of the attribute VAT of the element ValueAddedTax is not valid under the type format NumericSpecial.</td>\n</tr>\n<tr>\n<td>11047</td>\n<td>Error at parameter MaxStopsQuantity</td>\n<td>Invalid value of the attribute MaxStopsQuantity ENUM (0 to 4).</td>\n</tr>\n<tr>\n<td>11048</td>\n<td>Error at parameter AreaCityCode</td>\n<td>The value of the attribute AreaCityCode of the element Telephone is not valid.</td>\n</tr>\n<tr>\n<td>11049</td>\n<td>Error at parameter TsaBirthDate</td>\n<td>THe valud of the attribute BirthDate is not valid under the format DDMMMYY (30OCT73).</td>\n</tr>\n<tr>\n<td>11050</td>\n<td>Error at parameter TsaGender</td>\n<td>The value of the attribute Gender of the element TSAInfo is not valid under the ENUM (M, F, MI, FI, U).</td>\n</tr>\n<tr>\n<td>11051</td>\n<td>Error at parameter DocIssueCountry</td>\n<td>The value of the attribute DocIssueCountry of the element TSAInfo is not valid under the type format UpperCaseAlphanumeric(2).</td>\n</tr>\n<tr>\n<td>11052</td>\n<td>Error at parameter BirthCountry</td>\n<td>The value of the attribute BirthCountry of the element TSAInfo is not valid under the format type UpperCaseAlphabetical (2).</td>\n</tr>\n<tr>\n<td>11053</td>\n<td>Error at parameter DocExpireDate</td>\n<td>The value of the attribute DocExpireDate of the element TSAInfo is not valid under the format type DDMMMYY (10JAN22).</td>\n</tr>\n<tr>\n<td>11054</td>\n<td>Error at parameter TSADocType</td>\n<td>The value of the attribute TSADocType is not valid under the ENUM (AC, P, IP, F, A, C, I).</td>\n</tr>\n<tr>\n<td>11055</td>\n<td>Error at parameter TSADocID</td>\n<td>The value of the attribute of the element TSADocID is not valid under the type format UpperCaseAlphanumeric (15).</td>\n</tr>\n<tr>\n<td>11056</td>\n<td>Error at parameter RPH</td>\n<td>The value of the attribute RPH of the element TravelerRefNumber is not valid as Integer(1-99).</td>\n</tr>\n<tr>\n<td>11057</td>\n<td>Error at parameter ServiceQuantity</td>\n<td>The value of the attribute ServiceQuantity of the element SpecialServiceRequest is not valid under the type format Integer(1-9999).</td>\n</tr>\n<tr>\n<td>11058</td>\n<td>Error at parameter Status</td>\n<td>The value of the attribute Status of the element SpecialServiceRequest is not valid under the Type format UpperCaseAlphabetical (2).</td>\n</tr>\n<tr>\n<td>11059</td>\n<td>Error at parameter Text</td>\n<td>The value of the attribute Text of the element PaymentInfo is not valid under the type format UpperCaseAlphabeticalSpecial(99).</td>\n</tr>\n<tr>\n<td>11061</td>\n<td>Error at parameter TravelerRefNumberRPHList</td>\n<td>The value of the attribute TravelerRefNumberRPHList of the element SpecialServiceRequest is not valid under the type format NumericSpecial(1-99,blankspace).</td>\n</tr>\n<tr>\n<td>11062</td>\n<td>Error at parameter SSRCode</td>\n<td>The value of the attribute SSRCode of the element SpecialServiceRequest is not valid under the type format UpperCaseAlphabetical (4).</td>\n</tr>\n<tr>\n<td>11063</td>\n<td>Error at SSR parameter Airline Code</td>\n<td>The value of the attribute Code of the element SpecialServiceRequest is not valid under the type format UpperCaseAlphanumeric (2).</td>\n</tr>\n<tr>\n<td>11064</td>\n<td>Error at SSR parameter ArrivalAirport Code</td>\n<td>The value of the attribute Code of the element ArrivalAirport of the SpecialServiceRequest is not valid under the type UpperCaseAlphabetica (3) or is an invalid location code.</td>\n</tr>\n<tr>\n<td>11065</td>\n<td>Error at SSR parameter DepartureAirport Code</td>\n<td>The value of the attribute Code of the element DepartureAirport of the SpecialServiceRequest is not valid under the type UpperCaseAlphabetica (3) or is an invalid location code.</td>\n</tr>\n<tr>\n<td>11066</td>\n<td>Error at SSR parameter Date</td>\n<td>The value of the attribute Date of the element FlightLeg is not valid.</td>\n</tr>\n<tr>\n<td>11067</td>\n<td>Error at SSR parameter FlightNumber</td>\n<td>The value of the attribute FlightNumber of the element FlightLeg is not valid under the type format Integer(0-9999).</td>\n</tr>\n<tr>\n<td>11068</td>\n<td>Error at SSR parameter ResBookDesigCode</td>\n<td>The value of the attribute ResBookDesigCode of the element FlightLeg is not valid under the type format UpperCaseAlphabetical (1).</td>\n</tr>\n<tr>\n<td>11069</td>\n<td>Error at parameter MiddleName</td>\n<td>The value of the element MiddleName of the element AirTraveler is not valid.</td>\n</tr>\n<tr>\n<td>11070</td>\n<td>Error at parameter CardCode</td>\n<td>The value of the attribute CardCode of the element is not valid.</td>\n</tr>\n<tr>\n<td>11071</td>\n<td>Error at parameter TicketDesignatorCode</td>\n<td>The vaue of the attribute TicketDesignatorCode of the element DiscountPricing is not valid.</td>\n</tr>\n<tr>\n<td>11072</td>\n<td>Error at parameter TourCode</td>\n<td>The value of the attribute TourCode of the element DemandTicketDetail is not valid under the type format UpperCaseAlphanumeric(10).</td>\n</tr>\n<tr>\n<td>11073</td>\n<td>Error at parameter Target</td>\n<td>The value of the attribute Target is not valid under the ENUM (Production/Testing).</td>\n</tr>\n<tr>\n<td>11075</td>\n<td>Error at parameter BirthDate</td>\n<td>The value of the attribute BirthDate of the element AirTraveler is not valid under the type DDMMMYY (10JAN21).</td>\n</tr>\n<tr>\n<td>11076</td>\n<td>Error at parameter tax Amount</td>\n<td>The value of the attribute Amount of the element TAX is not valid under the type Decimal.</td>\n</tr>\n<tr>\n<td>11077</td>\n<td>Error at parameter tax Code</td>\n<td>The value of the attribute TaxCode of the element Tax is not valid under the type format Alphanumeric (2).</td>\n</tr>\n<tr>\n<td>11078</td>\n<td>Error at parameter CardNumber</td>\n<td>The value of the attribute CardNumber of the element CreditCardInfo is not valid under the format type Integer (15-16).</td>\n</tr>\n<tr>\n<td>11079</td>\n<td>Error at parameter CardType</td>\n<td>The value of the attribute CardType of the element CreditCardInfo is not valid under the enum (1,2).</td>\n</tr>\n<tr>\n<td>11080</td>\n<td>Error at parameter SeriesCode</td>\n<td>The value of the attribute CardNumber of the element CreditCardInfo is not valid under the format Integer (6).</td>\n</tr>\n<tr>\n<td>11081</td>\n<td>Error at parameter ExpireDate</td>\n<td>The value of the element CreditCardInfo is not valid under the type MMYY.Integer(4)</td>\n</tr>\n<tr>\n<td>11082</td>\n<td>Error at parameter InvoiceCode</td>\n<td>The value of the attribute InvoiceCode of the element PaymentInfo is not valid. Check the FOPCFG Table.</td>\n</tr>\n<tr>\n<td>11083</td>\n<td>Error at parameter MiscellaneousCode</td>\n<td>The value of the attribute MiscellaneousCode of the element PaymentInfo is not valid. Check the FOPCFG table.</td>\n</tr>\n<tr>\n<td>11084</td>\n<td>Error at parameter Commission CapAmount</td>\n<td>The value of the attribute CapAmount of the element Commission is not valid under the type format (decimal).</td>\n</tr>\n<tr>\n<td>11086</td>\n<td>Error at parameter DisplayOrder</td>\n<td>The value of the attribute DisplayOrder of the root element is not valid under the enum (“ByPriceLowToHigh” o “ByPriceHighToLow”)</td>\n</tr>\n<tr>\n<td>11087</td>\n<td>Error at parameter FareReference</td>\n<td>The value of the element FareReference is not valid under the type form UpperCaseAlphanumeric.</td>\n</tr>\n<tr>\n<td>11088</td>\n<td>Error at parameter FareNumber</td>\n<td>The value of the attribute FareNumber of the element RuleReqInfo is not valid Integer.</td>\n</tr>\n<tr>\n<td>11097</td>\n<td>Error at parameter Reason</td>\n<td>The value of the element Reason is not valid under the type format UpperCaseAlphanumerciSpecial(127).</td>\n</tr>\n<tr>\n<td>11102</td>\n<td>Error at parameter CurrencyCode</td>\n<td>The value of the attribute CurrencyCode of the element Product is not valid under the type form ISO Currency 4125.</td>\n</tr>\n<tr>\n<td>11103</td>\n<td>Error at parameter CouponNumber</td>\n<td>The value of the attribute CouponNumber of the element TicketItemInfo is not valid under the type integer.</td>\n</tr>\n<tr>\n<td>11107</td>\n<td>Error at parameter FareRestriction</td>\n<td>The value of the attribute FareRestriction of the element TravelPreferences is not valid under the type integer.</td>\n</tr>\n<tr>\n<td>12002</td>\n<td>The PNR does not correspond with an active reservation</td>\n<td>The PNR not exists.</td>\n</tr>\n<tr>\n<td>11104</td>\n<td>Error at parameter ChequeNumber</td>\n<td>The value of the attribute ChequeNumber of the element PaymentInformation is not valid under the type Integer.</td>\n</tr>\n<tr>\n<td>11105</td>\n<td>Error at parameter FiscalCode</td>\n<td>The value of the element FiscalCode is not valid under the type Integer.</td>\n</tr>\n<tr>\n<td>11106</td>\n<td>Error at parameter ForceIssue</td>\n<td>THe value of the attribute ForceIssue of the main root element is not valid under the type Boolean. (“true”, “false” o empty).</td>\n</tr>\n<tr>\n<td>12001</td>\n<td>Error processing your request. Please try again</td>\n<td>Error processing the request on the server side, try again or contact <a href=\"https://mailto:webservices@kiusys.com\">webservices@kiusys.com</a> for support.</td>\n</tr>\n<tr>\n<td>12002</td>\n<td>The PNR does not correspond with an active reservation</td>\n<td>The record locator code is not found or the reservation expired.</td>\n</tr>\n<tr>\n<td>12007</td>\n<td>There are no more available areas for operation. Please try again</td>\n<td>System cannot process your request for overloading. Try again or contact <a href=\"https://mailto:webservices@kiusys.con\">webservices@kiusys.con</a> for support.</td>\n</tr>\n<tr>\n<td>12008</td>\n<td>The supplied AgentSine does not have the proper duties for this action</td>\n<td>The AgentSine received has not the proper duties to cancel reservation or void a ticket. Please contact <a href=\"https://mailto:webservices@kiusys.com\">webservices@kiusys.com</a>.</td>\n</tr>\n<tr>\n<td>12012</td>\n<td>The reservation has already been cancelled</td>\n<td>The reservation received is not active.</td>\n</tr>\n<tr>\n<td>12013</td>\n<td>There is no information on exchange rate between fare currency and requested currency</td>\n<td>The currency request is not active in system. Please contact system administrator for support.</td>\n</tr>\n<tr>\n<td>12014</td>\n<td>The requested fare does not exist or is not active</td>\n<td>The fare requested does not exist or is not active for the requested date.</td>\n</tr>\n<tr>\n<td>12017</td>\n<td>At least one of the requested Product Code is not supported</td>\n<td>The request code is not supported or not exists for the airline.</td>\n</tr>\n<tr>\n<td>12018</td>\n<td>The ProductIssueDate parameter is mandatory for at least one of the requested Product Code</td>\n<td>The param ProductIssueDate is requiered for the code requested.</td>\n</tr>\n<tr>\n<td>12019</td>\n<td>The requested Product Codes combination is not supported</td>\n<td>The combination of products requested is not allowed by the carrier.</td>\n</tr>\n<tr>\n<td>12020</td>\n<td>The LocationCode parameter is mandatory for at least one of the requested Product Code</td>\n<td>One or more products requested required the param LocationCode.</td>\n</tr>\n<tr>\n<td>12021</td>\n<td>At least one of the requested ProductIssueDate is out of the range supported by the airline</td>\n<td>One or more products codes with the param ProductIssueDate are not allowed by the carrier.</td>\n</tr>\n<tr>\n<td>12022</td>\n<td>The Carrier does not support the selected form of payment</td>\n<td>Form of payment not supported by carrier. Please contact the carrier or <a href=\"https://mailto:webservices@kiusys.com\">webservices@kiusys.com</a> for support.</td>\n</tr>\n<tr>\n<td>12023</td>\n<td>At least one of the requested Product can only be issued with flown status</td>\n<td>One of the product requested only can be issued with status FLOWN, if you want to forced issued, enable the attribute ForceIssue= “true”</td>\n</tr>\n<tr>\n<td>12024</td>\n<td>The requested Ticket number could not be found</td>\n<td>The ticket number not exists.</td>\n</tr>\n<tr>\n<td>12025</td>\n<td>The requested Coupon number could not be found</td>\n<td>The coupon number not exist for the ticket number requested.</td>\n</tr>\n<tr>\n<td>12026</td>\n<td>At least one of the requested Product does not allow a ProductIssueDate</td>\n<td>One or more product codes not allowed the ProductIssueDate.</td>\n</tr>\n<tr>\n<td>12027</td>\n<td>The ExpireDate of the provided PaymentCard is invalid</td>\n<td>The value of the attribute ExpireDate of the element PaymentCard is not valid under the type integer (4).</td>\n</tr>\n<tr>\n<td>12028</td>\n<td>The CardCode of the provided PaymentCard is invalid</td>\n<td>The value of the attribute CardCode of the element PaymentCard is not recognized by the airline.</td>\n</tr>\n<tr>\n<td>13001</td>\n<td>Server response was invalid or incomplete</td>\n<td>Internal server error. Try again or contact <a href=\"https://mailto:webservices@kiusys.com\">webservices@kiusys.com</a> if the error persist.</td>\n</tr>\n<tr>\n<td>13002</td>\n<td>Invalid PaymentRPH does not exist</td>\n<td>The value of the reference PaymentRPH attribute is not declared previously.</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"schemas-definitions-commontypes\">Schemas definitions - CommonTypes</h1>\n<ul>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_CommonTypes.xsd\">KIU_CommonTypes</a></p>\n</li>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_SimpleTypes.xsd\">KIU_SimpleTypes</a></p>\n</li>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirShoppingTypes.xsd\">KIU_AirShoppingTypes</a></p>\n</li>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/OTA_CommonTypes.xsd\">OTA_CommonTypes</a></p>\n</li>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/OTA_AirCommonTypes.xsd\">OTA_AirCommonTypes</a></p>\n</li>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/OTA_AirPreferences.xsd\">OTA_AirPreferences</a></p>\n</li>\n<li><p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/OTA_SimpleTypes.xsd\">OTA_SimpleTypes</a></p>\n</li>\n</ul>\n<hr>\n<h1 id=\"list-of-methods\"><strong>List of methods</strong></h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"List of possible errors","slug":"list-of-possible-errors"},{"content":"Schemas definitions - CommonTypes","slug":"schemas-definitions-commontypes"},{"content":"List of methods","slug":"list-of-methods"}],"owner":"6642875","collectionId":"5287f847-0abc-49e6-b372-2e0aec953940","publishedId":"Tzm8EvLy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-16T11:29:14.000Z"},"item":[{"name":"Webcheckin methods","item":[{"name":"KIU_AirTravelerCheckinRQ","id":"5ae36d3e-165a-4ec9-a976-eeeab5acf5d2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Tye","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirTravelerCheckInRQ EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T12:45:07T\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <!-- POS/Source: Mandatorio en todos sus componentes -->\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n    <!-- FlightInfo - Optional -->\n    <FlightInfo RPH=\"1\">\n        <!-- CarrierInfo: Optional -->\n        <CarrierInfo>\n            <CarrierCodeID>XX</CarrierCodeID>\n            <CarrierShortName>KIU AIRLINE</CarrierShortName>\n            <FlightNumber>4444</FlightNumber>\n        </CarrierInfo>\n        <!-- Departure information: Optional -->\n        <DepartureInformation BoardingOn=\"AEP\" BoardingOff=\"MDQ\">\n            <DepartureDate>2021-07-13</DepartureDate>\n            <!-- DepartureTime: Opcional -->\n            <DepartureTime>18:50</DepartureTime>\n        </DepartureInformation>\n    </FlightInfo>\n    <PassengerFlightInfo>\n        <!-- BookingInfo: Required -->\n        <BookingInfo>\n            <!-- BookingReferenceID: required -->\n            <BookingReferenceID>\n                <ID>DHIYDU</ID>\n            </BookingReferenceID>\n        </BookingInfo>\n        <AirTravelerInfo>\n            <!-- PassengerInfo: Requiered \n                 RPH: Optional -  -->\n            <PassengerInfo RPH=\"1\">\n                <!-- PassengerName: Required -->\n                <PassengerName>\n                    <!-- GivenName: Optional -->\n                    <GivenName></GivenName>\n                    <!-- MiddleName: Optional -->\n                    <MiddleName></MiddleName>\n                    <!-- Surname: Required -->\n                    <Surname>WANGMO</Surname>\n                </PassengerName>\n                <!-- Document: Optional -->\n                <Document DocID=\"\" DocType=\"\"/>\n                <!-- E-mail: Optional -->\n                <Email EmailType=\"OTAEAT\"></Email>\n                <!-- FrecuentTravellerInfo: Optional -->\n                <FrecuentTravellerInfo>\n                    <ProgramID></ProgramID>\n                    <MembershipID></MembershipID>\n                </FrecuentTravellerInfo>         \n        </PassengerInfo>\n        </AirTravelerInfo>\n    </PassengerFlightInfo>\n</KIU_AirTravelerCheckInRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to seach a passenger for webcheckin process.</p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"4b878900-dfa5-4130-adbd-de37156f963d","name":"KIU_AirTravelerCheckinRQ - Success - Basic passenger search for WebCheckin","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirTravelerCheckInRQ EchoToken=\"GETTESTDOCS\"  Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<PassengerFlightInfo>\n\t\t<BookingInfo>\n\t\t\t<BookingReferenceID>\n\t\t\t\t<ID>CZTKGZ </ID>\n\t\t\t</BookingReferenceID>\n\t\t</BookingInfo>\n\t\t<AirTravelerInfo>\n\t\t\t<PassengerInfo RPH=\"1\">\n\t\t\t\t<PassengerName>\n\t\t\t\t\t<Surname>GPCGB</Surname>\n\t\t\t\t</PassengerName>\n\t\t\t</PassengerInfo>\n\t\t</AirTravelerInfo>\n\t</PassengerFlightInfo>\n</KIU_AirTravelerCheckInRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 12:44:01 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirTravelerCheckInRS EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T12:44:01+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <KIU_AirCheckInInfo>\n        <IsGroupPNR>false</IsGroupPNR>\n        <HasAdviceCode>false</HasAdviceCode>\n        <ConnectionDisruptionExists>false</ConnectionDisruptionExists>\n        <FlightsInfo>\n            <FlightSegment FlightRPH=\"001\" InternalOrder=\"1\">\n                <CarrierInfo>\n                    <CarrierCodeID>XX</CarrierCodeID>\n                    <CarrierName>LINEAS AEREAS XX</CarrierName>\n                    <FlightNumber>4444</FlightNumber>\n                    <OperatingAirline>\n                        <ID>XX</ID>\n                        <Name>LINEAS AEREAS XX</Name>\n                        <FlightNumber>4444</FlightNumber>\n                    </OperatingAirline>\n                </CarrierInfo>\n                <DepartureInformation>\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <AirportName>AEROPARQUE JORGE NEWBERY</AirportName>\n                    <CityName>BUENOS AIRES</CityName>\n                    <DepartureDate>2021-07-02</DepartureDate>\n                    <DepartureTime>1850</DepartureTime>\n                </DepartureInformation>\n                <ArrivalInformation>\n                    <BoardinOff>MDQ</BoardinOff>\n                    <AirportName>MAR DEL PLATA</AirportName>\n                    <CityName>MAR DEL PLATA</CityName>\n                    <ArrivalDate>2021-07-02</ArrivalDate>\n                    <ArrivalTime>1950</ArrivalTime>\n                    <ChangeOfDayInd>0</ChangeOfDayInd>\n                </ArrivalInformation>\n                <EquipmentInformation>\n                    <Registration>LV-FREESEAT</Registration>\n                    <Code>DC8</Code>\n                    <Description>MC DONNELL DOUGLAS DC8 PAX</Description>\n                </EquipmentInformation>\n                <FlightRemark/>\n                <WebCheckInStatus>\n                    <Status>Open</Status>\n                    <Description/>\n                </WebCheckInStatus>\n                <API_Indicator>Y</API_Indicator>\n                <SeatRequired>false</SeatRequired>\n                <DHSOutage>false</DHSOutage>\n            </FlightSegment>\n            <PassengerFlightInfo>\n                <BookingInfo>\n                    <BookingReferenceID>CZTKGZ</BookingReferenceID>\n                </BookingInfo>\n                <AirTravellerInfo>\n                    <PassengerInfo PsgrRPH=\"001\">\n                        <PTC>Adult</PTC>\n                        <PassengerName>\n                            <GivenName>LFTDP</GivenName>\n                            <Surname>GPCGB</Surname>\n                        </PassengerName>\n                        <FOID>\n                            <Type>PP</Type>\n                            <Number>77773160</Number>\n                        </FOID>\n                    </PassengerInfo>\n                </AirTravellerInfo>\n            </PassengerFlightInfo>\n        </FlightsInfo>\n        <PsgrSegmentAssociations>\n            <PsgrSegmentAssociation>\n                <PassengerID PsgrRPH=\"001\"/>\n                <Segment FlightRPH=\"001\">\n                    <MarketingBookingCode>Y</MarketingBookingCode>\n                    <OperatingBookingCode>Y</OperatingBookingCode>\n                    <OperatingCabin>\n                        <CabinCode>Y</CabinCode>\n                        <Description>Economy</Description>\n                    </OperatingCabin>\n                    <TicketInformation>\n                        <Issue>true</Issue>\n                        <Number>9990210036412</Number>\n                        <TicketCouponNbr>1</TicketCouponNbr>\n                    </TicketInformation>\n                    <WebCheckIn>\n                        <Status>true</Status>\n                        <Description/>\n                    </WebCheckIn>\n                    <Seat/>\n                    <PNRStatus>HK</PNRStatus>\n                    <CheckInInfo>\n                        <PaxChequed>false</PaxChequed>\n                        <BoardingPassNbr/>\n                    </CheckInInfo>\n                </Segment>\n            </PsgrSegmentAssociation>\n        </PsgrSegmentAssociations>\n        <SpecialServiceRequests/>\n    </KIU_AirCheckInInfo>\n</KIU_AirTravelerCheckInRS>"},{"id":"bb14ad6f-1df2-4bdc-98b7-a5efdc55d053","name":"KIU_AirTravelerCheckinRQ - Success - Search passenger in flight. (Optional search filters)","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirTravelerCheckInRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T12:45:07T\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <!-- POS/Source: Mandatorio en todos sus componentes -->\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n    <!-- FlightInfo - Optional -->\n    <FlightInfo RPH=\"1\">\n        <!-- CarrierInfo: Optional -->\n        <CarrierInfo>\n            <CarrierCodeID>XX</CarrierCodeID>\n            <CarrierShortName>KIU AIRLINE</CarrierShortName>\n            <FlightNumber>4444</FlightNumber>\n        </CarrierInfo>\n        <!-- Departure information: Optional -->\n        <DepartureInformation BoardingOn=\"AEP\" BoardingOff=\"MDQ\">\n            <DepartureDate>2021-07-02</DepartureDate>\n            <!-- DepartureTime: Opcional -->\n            <DepartureTime>18:50</DepartureTime>\n        </DepartureInformation>\n    </FlightInfo>\n    <PassengerFlightInfo>\n        <!-- BookingInfo: Required -->\n        <BookingInfo>\n            <!-- BookingReferenceID: required -->\n            <BookingReferenceID>\n                <ID>CZTKGZ</ID>\n            </BookingReferenceID>\n        </BookingInfo>\n        <AirTravelerInfo>\n            <!-- PassengerInfo: Requiered \n                 RPH: Optional -  -->\n            <PassengerInfo RPH=\"1\">\n                <!-- PassengerName: Required -->\n                <PassengerName>\n                    <!-- GivenName: Optional -->\n                    <GivenName></GivenName>\n                    <!-- MiddleName: Optional -->\n                    <MiddleName></MiddleName>\n                    <!-- Surname: Required -->\n                    <Surname>GPCGB</Surname>\n                </PassengerName>\n                <!-- Document: Optional -->\n                <Document DocID=\"\" DocType=\"\"/>\n                <!-- E-mail: Optional -->\n                <Email EmailType=\"OTAEAT\"></Email>\n                <!-- FrecuentTravellerInfo: Optional -->\n                <FrecuentTravellerInfo>\n                    <ProgramID></ProgramID>\n                    <MembershipID></MembershipID>\n                </FrecuentTravellerInfo>         \n        </PassengerInfo>\n        </AirTravelerInfo>\n    </PassengerFlightInfo>\n</KIU_AirTravelerCheckInRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 12:50:51 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1133"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirTravelerCheckInRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T12:50:51+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <KIU_AirCheckInInfo>\n        <IsGroupPNR>false</IsGroupPNR>\n        <HasAdviceCode>false</HasAdviceCode>\n        <ConnectionDisruptionExists>false</ConnectionDisruptionExists>\n        <FlightsInfo>\n            <FlightSegment FlightRPH=\"001\" InternalOrder=\"1\">\n                <CarrierInfo>\n                    <CarrierCodeID>XX</CarrierCodeID>\n                    <CarrierName>LINEAS AEREAS XX</CarrierName>\n                    <FlightNumber>4444</FlightNumber>\n                    <OperatingAirline>\n                        <ID>XX</ID>\n                        <Name>LINEAS AEREAS XX</Name>\n                        <FlightNumber>4444</FlightNumber>\n                    </OperatingAirline>\n                </CarrierInfo>\n                <DepartureInformation>\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <AirportName>AEROPARQUE JORGE NEWBERY</AirportName>\n                    <CityName>BUENOS AIRES</CityName>\n                    <DepartureDate>2021-07-02</DepartureDate>\n                    <DepartureTime>1850</DepartureTime>\n                </DepartureInformation>\n                <ArrivalInformation>\n                    <BoardinOff>MDQ</BoardinOff>\n                    <AirportName>MAR DEL PLATA</AirportName>\n                    <CityName>MAR DEL PLATA</CityName>\n                    <ArrivalDate>2021-07-02</ArrivalDate>\n                    <ArrivalTime>1950</ArrivalTime>\n                    <ChangeOfDayInd>0</ChangeOfDayInd>\n                </ArrivalInformation>\n                <EquipmentInformation>\n                    <Registration>LV-FREESEAT</Registration>\n                    <Code>DC8</Code>\n                    <Description>MC DONNELL DOUGLAS DC8 PAX</Description>\n                </EquipmentInformation>\n                <FlightRemark/>\n                <WebCheckInStatus>\n                    <Status>Open</Status>\n                    <Description/>\n                </WebCheckInStatus>\n                <API_Indicator>Y</API_Indicator>\n                <SeatRequired>false</SeatRequired>\n                <DHSOutage>false</DHSOutage>\n            </FlightSegment>\n            <PassengerFlightInfo>\n                <BookingInfo>\n                    <BookingReferenceID>CZTKGZ</BookingReferenceID>\n                </BookingInfo>\n                <AirTravellerInfo>\n                    <PassengerInfo PsgrRPH=\"001\">\n                        <PTC>Adult</PTC>\n                        <PassengerName>\n                            <GivenName>LFTDP</GivenName>\n                            <Surname>GPCGB</Surname>\n                        </PassengerName>\n                        <FOID>\n                            <Type>PP</Type>\n                            <Number>77773160</Number>\n                        </FOID>\n                    </PassengerInfo>\n                </AirTravellerInfo>\n            </PassengerFlightInfo>\n        </FlightsInfo>\n        <PsgrSegmentAssociations>\n            <PsgrSegmentAssociation>\n                <PassengerID PsgrRPH=\"001\"/>\n                <Segment FlightRPH=\"001\">\n                    <MarketingBookingCode>Y</MarketingBookingCode>\n                    <OperatingBookingCode>Y</OperatingBookingCode>\n                    <OperatingCabin>\n                        <CabinCode>Y</CabinCode>\n                        <Description>Economy</Description>\n                    </OperatingCabin>\n                    <TicketInformation>\n                        <Issue>true</Issue>\n                        <Number>9990210036412</Number>\n                        <TicketCouponNbr>1</TicketCouponNbr>\n                    </TicketInformation>\n                    <WebCheckIn>\n                        <Status>true</Status>\n                        <Description/>\n                    </WebCheckIn>\n                    <Seat/>\n                    <PNRStatus>HK</PNRStatus>\n                    <CheckInInfo>\n                        <PaxChequed>false</PaxChequed>\n                        <BoardingPassNbr/>\n                    </CheckInInfo>\n                </Segment>\n            </PsgrSegmentAssociation>\n        </PsgrSegmentAssociations>\n        <SpecialServiceRequests/>\n    </KIU_AirCheckInInfo>\n</KIU_AirTravelerCheckInRS>"},{"id":"006ecb84-da7f-4c84-8ab0-ede99abf8147","name":"KIU_AirTravelerCheckinRQ - Error - Passenger not in flight or not found","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirTravelerCheckInRQ EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T12:45:07T\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <!-- POS/Source: Mandatorio en todos sus componentes -->\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n    <!-- FlightInfo - Optional -->\n    <FlightInfo RPH=\"1\">\n        <!-- CarrierInfo: Optional -->\n        <CarrierInfo>\n            <CarrierCodeID>XX</CarrierCodeID>\n            <CarrierShortName>KIU AIRLINE</CarrierShortName>\n            <FlightNumber>4444</FlightNumber>\n        </CarrierInfo>\n        <!-- Departure information: Optional -->\n        <DepartureInformation BoardingOn=\"AEP\" BoardingOff=\"MDQ\">\n            <DepartureDate>2021-07-02</DepartureDate>\n            <!-- DepartureTime: Opcional -->\n            <DepartureTime>18:50</DepartureTime>\n        </DepartureInformation>\n    </FlightInfo>\n    <PassengerFlightInfo>\n        <!-- BookingInfo: Required -->\n        <BookingInfo>\n            <!-- BookingReferenceID: required -->\n            <BookingReferenceID>\n                <ID>CZTKGZ</ID>\n            </BookingReferenceID>\n        </BookingInfo>\n        <AirTravelerInfo>\n            <!-- PassengerInfo: Requiered \n                 RPH: Optional -  -->\n            <PassengerInfo RPH=\"1\">\n                <!-- PassengerName: Required -->\n                <PassengerName>\n                    <!-- GivenName: Optional -->\n                    <GivenName></GivenName>\n                    <!-- MiddleName: Optional -->\n                    <MiddleName></MiddleName>\n                    <!-- Surname: Required -->\n                    <Surname>TEST</Surname>\n                </PassengerName>\n                <!-- Document: Optional -->\n                <Document DocID=\"\" DocType=\"\"/>\n                <!-- E-mail: Optional -->\n                <Email EmailType=\"OTAEAT\"></Email>\n                <!-- FrecuentTravellerInfo: Optional -->\n                <FrecuentTravellerInfo>\n                    <ProgramID></ProgramID>\n                    <MembershipID></MembershipID>\n                </FrecuentTravellerInfo>         \n        </PassengerInfo>\n        </AirTravelerInfo>\n    </PassengerFlightInfo>\n</KIU_AirTravelerCheckInRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 12:53:41 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirTravelerCheckInRS EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T12:53:41+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>1015</ErrorCode>\n        <ErrorMsg>PAX NOT FOUND</ErrorMsg>\n    </Error>\n</KIU_AirTravelerCheckInRS>"}],"_postman_id":"5ae36d3e-165a-4ec9-a976-eeeab5acf5d2"},{"name":"KIU_GetTravelerAPIInfoRQ","id":"0f24d999-e798-4561-bf09-e914ab7b691a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_GetTravelerAPIInfoRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T11:55:07-03:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<!-- POS/Source: Required -->\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<FlightInfo FlightRPH=\"1\">\n\t\t<CarrierInfo>\n\t\t\t<OperatingAirline>\n\t\t\t\t<CarrierCodeID>XX</CarrierCodeID>\n\t\t\t\t<CarrierShortName>LINEAS AEREAS XX</CarrierShortName>\n\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t</OperatingAirline>\n\t\t</CarrierInfo>\n\t\t<DepartureInformation>\n\t\t\t<BoardingPoint>AEP</BoardingPoint>\n\t\t\t<DepartureDate>2021-07-13</DepartureDate>\n\t\t</DepartureInformation>\n\t\t<ArrivalInformation>\n\t\t\t<BoardingOff>MDQ</BoardingOff>\n\t\t</ArrivalInformation>\n\t</FlightInfo>\n\t<PassengerFlightInfo>\n\t\t<AirTravelerInfo>\n\t\t\t<PassengerInfo PsgrRPH=\"001\">\n\t\t\t\t<PassengerName>\n\t\t\t\t\t<GivenName>PEMA MS</GivenName>\n\t\t\t\t\t<Surname>WANGMO</Surname>\n\t\t\t\t</PassengerName>\n\t\t\t</PassengerInfo>\n\t\t</AirTravelerInfo>\n\t</PassengerFlightInfo>\n\t<BookingInformation>\n\t\t<BookingReferenceID>\n\t\t\t<ID>DHIYDU</ID>\n\t\t</BookingReferenceID>\n\t</BookingInformation>\n</KIU_GetTravelerAPIInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to display the API (advance passenger information) form required by a destination. \nThis method is required in the process of webcheckin only if the KIU_AirTravellerCheckinRS returns API_required: true. </p>\n<hr />\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"8f496476-964a-40ef-9589-5f60dcf42fe2","name":"KIU_GetTravelerAPIInfoRQ - Success - Get the API Form","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_GetTravelerAPIInfoRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T11:55:07-03:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<!-- POS/Source: Required -->\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<FlightInfo FlightRPH=\"1\">\n\t\t<CarrierInfo>\n\t\t\t<OperatingAirline>\n\t\t\t\t<CarrierCodeID>XX</CarrierCodeID>\n\t\t\t\t<CarrierShortName>LINEAS AEREAS XX</CarrierShortName>\n\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t</OperatingAirline>\n\t\t</CarrierInfo>\n\t\t<DepartureInformation>\n\t\t\t<BoardingPoint>AEP</BoardingPoint>\n\t\t\t<DepartureDate>2021-07-02</DepartureDate>\n\t\t</DepartureInformation>\n\t\t<ArrivalInformation>\n\t\t\t<BoardingOff>MDQ</BoardingOff>\n\t\t</ArrivalInformation>\n\t</FlightInfo>\n\t<PassengerFlightInfo>\n\t\t<AirTravelerInfo>\n\t\t\t<PassengerInfo PsgrRPH=\"001\">\n\t\t\t\t<PassengerName>\n                                        <GivenName>LFTDP</GivenName>\n\t\t\t\t\t<Surname>GPCGB</Surname>\n\t\t\t\t</PassengerName>\n\t\t\t</PassengerInfo>\n\t\t</AirTravelerInfo>\n\t</PassengerFlightInfo>\n\t<BookingInformation>\n\t\t<BookingReferenceID>\n\t\t\t<ID>CZTKGZ</ID>\n\t\t</BookingReferenceID>\n\t</BookingInformation>\n</KIU_GetTravelerAPIInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 13:07:40 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1084"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_GetTravelerAPIInfoRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T13:07:40+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <BookingInformation>\n        <BookingReferenceID>\n            <ID/>\n        </BookingReferenceID>\n    </BookingInformation>\n    <APIInformation>\n        <APIFormMask>\n            <BirthDate>\n                <extra/>\n                <group>2</group>\n                <groupOrder>4</groupOrder>\n                <length>7</length>\n                <order>14</order>\n                <status>-</status>\n                <value>DDMMMYY</value>\n            </BirthDate>\n            <BirthPlace>\n                <extra/>\n                <group>2</group>\n                <groupOrder>5</groupOrder>\n                <length>3</length>\n                <order>15</order>\n                <status>-</status>\n                <value>   </value>\n            </BirthPlace>\n            <CityDoc>\n                <group>2</group>\n                <groupOrder>14</groupOrder>\n                <length>35</length>\n                <order>24</order>\n                <status>-</status>\n                <value>                                   </value>\n            </CityDoc>\n            <Command>\n                <group>1</group>\n                <groupOrder>1</groupOrder>\n                <length>2</length>\n                <order>51</order>\n                <status>-</status>\n                <value>  </value>\n            </Command>\n            <CountryDoc>\n                <group>2</group>\n                <groupOrder>12</groupOrder>\n                <length>3</length>\n                <order>23</order>\n                <status>-</status>\n                <value>   </value>\n            </CountryDoc>\n            <CountryOfRes>\n                <extra/>\n                <group>2</group>\n                <groupOrder>13</groupOrder>\n                <length>3</length>\n                <order>18</order>\n                <status>-</status>\n                <value>   </value>\n            </CountryOfRes>\n            <ExpDate>\n                <extra/>\n                <group>2</group>\n                <groupOrder>10</groupOrder>\n                <length>7</length>\n                <order>21</order>\n                <status>-</status>\n                <value>DDMMMYY</value>\n            </ExpDate>\n            <FirstName>\n                <extra/>\n                <group>2</group>\n                <groupOrder>1</groupOrder>\n                <length>35</length>\n                <order>12</order>\n                <status>-</status>\n                <value>LFTDP                              </value>\n            </FirstName>\n            <Gender>\n                <extra/>\n                <group>2</group>\n                <groupOrder>7</groupOrder>\n                <length>2</length>\n                <multivalues>\n                    <item0>\n                        <code>00</code>\n                        <text>M</text>\n                    </item0>\n                    <item1>\n                        <code>01</code>\n                        <text>F</text>\n                    </item1>\n                    <item2>\n                        <code>02</code>\n                        <text>U</text>\n                    </item2>\n                </multivalues>\n                <order>16</order>\n                <status>-</status>\n                <value>M</value>\n            </Gender>\n            <IssueDate>\n                <group>2</group>\n                <groupOrder>11</groupOrder>\n                <length>7</length>\n                <order>22</order>\n                <status>-</status>\n                <value>DDMMMYY</value>\n            </IssueDate>\n            <Nationality>\n                <extra/>\n                <group>2</group>\n                <groupOrder>6</groupOrder>\n                <length>3</length>\n                <order>17</order>\n                <status>-</status>\n                <value>   </value>\n            </Nationality>\n            <NumDoc>\n                <extra/>\n                <group>2</group>\n                <groupOrder>9</groupOrder>\n                <length>35</length>\n                <order>20</order>\n                <status>-</status>\n                <value>                                   </value>\n            </NumDoc>\n            <SecondName>\n                <extra/>\n                <group>2</group>\n                <groupOrder>2</groupOrder>\n                <length>35</length>\n                <order>13</order>\n                <status>-</status>\n                <value>                                   </value>\n            </SecondName>\n            <SurName>\n                <extra/>\n                <group>2</group>\n                <groupOrder>3</groupOrder>\n                <length>70</length>\n                <order>11</order>\n                <status>-</status>\n                <value>GPCGB                                                                 </value>\n            </SurName>\n            <TypeDoc>\n                <extra/>\n                <group>2</group>\n                <groupOrder>8</groupOrder>\n                <length>2</length>\n                <multivalues>\n                    <item0>\n                        <code>00</code>\n                        <text>P</text>\n                    </item0>\n                    <item1>\n                        <code>01</code>\n                        <text>V</text>\n                    </item1>\n                    <item2>\n                        <code>02</code>\n                        <text>A</text>\n                    </item2>\n                    <item3>\n                        <code>03</code>\n                        <text>C</text>\n                    </item3>\n                    <item4>\n                        <code>04</code>\n                        <text>I</text>\n                    </item4>\n                    <item5>\n                        <code>05</code>\n                        <text>AC</text>\n                    </item5>\n                    <item6>\n                        <code>06</code>\n                        <text>IP</text>\n                    </item6>\n                    <item7>\n                        <code>07</code>\n                        <text>M</text>\n                    </item7>\n                </multivalues>\n                <order>19</order>\n                <status>-</status>\n                <value>P </value>\n            </TypeDoc>\n        </APIFormMask>\n        <Comando>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>1</order>\n            <value>@_PA</value>\n        </Comando>\n        <Errors>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>10</order>\n            <value/>\n        </Errors>\n        <FormMode>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>3</order>\n            <value>P</value>\n        </FormMode>\n        <FormType>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>2</order>\n            <value>B</value>\n        </FormType>\n        <Header>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>7</order>\n            <value>XX 444420210702AEPMDQ     A99902100364121 END</value>\n        </Header>\n        <RecLoc>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>5</order>\n            <value>CZTKGZ</value>\n        </RecLoc>\n        <SecuenciaPax>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>4</order>\n            <value>001</value>\n        </SecuenciaPax>\n        <Title>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>8</order>\n            <value>Advanced Passenger Information. MASK / B-P</value>\n        </Title>\n        <TypePax>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>9</order>\n            <value>PAX: CZTKGZ 1</value>\n        </TypePax>\n        <VersionPax>\n            <extra/>\n            <group>1</group>\n            <groupOrder>1</groupOrder>\n            <order>6</order>\n            <value>001</value>\n        </VersionPax>\n        <arrobas>\n            <extra/>\n            <order>0</order>\n            <value>003</value>\n        </arrobas>\n    </APIInformation>\n</KIU_GetTravelerAPIInfoRS>"}],"_postman_id":"0f24d999-e798-4561-bf09-e914ab7b691a"},{"name":"KIU_TravelerApiInfoRQ","id":"29d83105-74e8-49d1-8118-4e2cbd39dc79","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelerAPIInfoRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T13:43:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n\t</POS>\n\t<TravelerAPIInfo>\n\t\t<KIU_Interpreter>\n\t\t\t<Controles control=\"FormType\" value=\"B\"/>\n\t\t\t<Controles control=\"FormMode\" value=\"P\"/>\n\t\t\t<Controles control=\"SecuenciaPax\" value=\"001\"/>\n\t\t\t<Controles control=\"RecLoc\" value=\"DHIYDU \"/>\n\t\t\t<Controles control=\"VersionPax\" value=\"001\" />\n\t\t\t<Controles control=\"Header\" value=\"XX 444420210713AEPMDQ     A99902100364401 END\"/>\n\t\t\t<Controles control=\"SurName\" value=\"WANGMO\"/>\n\t\t\t<Controles control=\"FirstName\" value=\"PEMA MS\"/>\n\t\t\t<Controles control=\"SecondName\" value=\"\"/>\n\t\t\t<Controles control=\"BirthDate\" value=\"30SEP74\"/>\n\t\t\t<Controles control=\"BirthPlace\" value=\"ARG\"/>\n\t\t\t<Controles control=\"Gender\" value=\"\"/>\n\t\t\t<Controles control=\"Nationality\" value=\"ARG\"/>\n\t\t\t<Controles control=\"CountryOfRes\" value=\"ARG\"/>\n\t\t\t<Controles control=\"TypeDoc\" value=\"P\"/>\n\t\t\t<Controles control=\"NumDoc\" value=\"445544545\"/>\n\t\t\t<Controles control=\"ExpDate\" value=\"25DEC21\"/>\n\t\t\t<Controles control=\"IssueDate\" value=\"16SEP16\"/>\n\t\t\t<Controles control=\"CountryDoc\" value=\"ARG\"/>\n\t\t\t<Controles control=\"CityDoc\" value=\"BUE\"/>\n\t\t</KIU_Interpreter>\n\t</TravelerAPIInfo>\n</KIU_TravelerAPIInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method is used to send the data collected from the form returned in KIU_TravellerApiInfoRS in order to send the advanced_passenger_information.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"63edb727-7c63-4816-b24f-92c6730c1a9e","name":"KIU_TravelerApiInfoRQ - Success - Form sent and accepted","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelerAPIInfoRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T13:43:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n    <TravelerAPIInfo>\n        <KIU_Interpreter>\n        <Controles control=\"FormType\" value=\"B\"/>\n        <Controles control=\"FormMode\" value=\"P\"/>\n        <Controles control=\"SecuenciaPax\" value=\"001\"/>\n        <Controles control=\"RecLoc\" value=\"CZTKGZ\"/>\n        <Controles control=\"VersionPax\" value=\"001\" />\n        <Controles control=\"Header\" value=\"XX 444420210702AEPMDQ     A99902100364121 END\"/>\n        <Controles control=\"SurName\" value=\"GPCGB\"/>\n        <Controles control=\"FirstName\" value=\"LFTDP\"/>\n        <Controles control=\"SecondName\" value=\"\"/>\n        <Controles control=\"BirthDate\" value=\"30SEP74\"/>\n        <Controles control=\"BirthPlace\" value=\"ARG\"/>\n        <Controles control=\"Gender\" value=\"M\"/>\n        <Controles control=\"Nationality\" value=\"ARG\"/>\n        <Controles control=\"CountryOfRes\" value=\"ARG\"/>\n        <Controles control=\"TypeDoc\" value=\"P\"/>\n        <Controles control=\"NumDoc\" value=\"445544545\"/>\n        <Controles control=\"ExpDate\" value=\"25DEC21\"/>\n        <Controles control=\"IssueDate\" value=\"16SEP16\"/>\n        <Controles control=\"CountryDoc\" value=\"ARG\"/>\n        <Controles control=\"CityDoc\" value=\"BUE\"/>\n        </KIU_Interpreter>\n    </TravelerAPIInfo>\n</KIU_TravelerAPIInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 13:55:17 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"213"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelerAPIInfoRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T13:55:17+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Warnings/>\n    <Data>DONE</Data>\n</KIU_TravelerAPIInfoRS>"},{"id":"7d9c9514-21b9-4243-9bcf-68dc36d3d49b","name":"KIU_TravelerApiInfoRQ - Error - Review the data entered by field","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelerAPIInfoRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T13:43:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n    <TravelerAPIInfo>\n        <KIU_Interpreter>\n        <Controles control=\"FormType\" value=\"B\"/>\n        <Controles control=\"FormMode\" value=\"P\"/>\n        <Controles control=\"SecuenciaPax\" value=\"001\"/>\n        <Controles control=\"RecLoc\" value=\"CZTKGZ\"/>\n        <Controles control=\"VersionPax\" value=\"001\" />\n        <Controles control=\"Header\" value=\"XX 444420210702AEPMDQ     A99902100364121 END\"/>\n        <Controles control=\"SurName\" value=\"GPCGB\"/>\n        <Controles control=\"FirstName\" value=\"LFTDP\"/>\n        <Controles control=\"SecondName\" value=\"\"/>\n        <Controles control=\"BirthDate\" value=\"30SEP74\"/>\n        <Controles control=\"BirthPlace\" value=\"ARG\"/>\n        <Controles control=\"Gender\" value=\"\"/>\n        <Controles control=\"Nationality\" value=\"ARG\"/>\n        <Controles control=\"CountryOfRes\" value=\"ARG\"/>\n        <Controles control=\"TypeDoc\" value=\"00\"/>\n        <Controles control=\"NumDoc\" value=\"445544545\"/>\n        <Controles control=\"ExpDate\" value=\"25DEC21\"/>\n        <Controles control=\"IssueDate\" value=\"16SEP16\"/>\n        <Controles control=\"CountryDoc\" value=\"ARG\"/>\n        <Controles control=\"CityDoc\" value=\"BUE\"/>\n        </KIU_Interpreter>\n    </TravelerAPIInfo>\n</KIU_TravelerAPIInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 13:56:27 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelerAPIInfoRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T13:56:27+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>11184</ErrorCode>\n        <ErrorMsg>Invalid TypeDoc.</ErrorMsg>\n    </Error>\n</KIU_TravelerAPIInfoRS>"}],"_postman_id":"29d83105-74e8-49d1-8118-4e2cbd39dc79"},{"name":"KIU_AirSeatMapRQ","id":"3692dbc1-701c-4893-b231-bf97b2459bc2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirSeatMapRQ Version=\"4.0\" SequenceNmbr=\"1\" EchoToken=\"GERTESTDOCS\" Target=\"Testing\" TimeStamp=\"2021-07-12T10:21:00Z\" TransactionStatusCode=\"Start\" PrimaryLangID=\"EN-US\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<DataLists>\n\t\t<FlightSegmentList>\n\t\t\t<FlightSegment SegmentKey=\"001\">\n\t\t\t\t<Departure>\n\t\t\t\t\t<AirportCode>AEP</AirportCode>\n                  <Date>2021-07-13</Date>\n\t\t\t\t\t<Time>18:50</Time>\n\t\t\t\t</Departure>\n\t\t\t\t<Arrival>\n\t\t\t\t\t<AirportCode>MDQ</AirportCode>\n\t\t\t\t\t<Date>2021-07-13</Date>\n\t\t\t\t\t<Time>19:50</Time>\n\t\t\t\t\t<ChangeOfDay>0</ChangeOfDay>\n\t\t\t\t</Arrival>\n\t\t\t\t<MarketingCarrier>\n\t\t\t\t\t<AirlineID>XX</AirlineID>\n\t\t\t\t\t<FlightNumber>44</FlightNumber>\n\t\t\t\t</MarketingCarrier>\n\t\t\t</FlightSegment>\n\t\t</FlightSegmentList>\n\t</DataLists>\n</KIU_AirSeatMapRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows user to retrieve the DCS seatmap for the flight in process in order to display and assing a seat for the webcheckin.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"d680cd74-80a2-4027-b724-ee7665909f01","name":"KIU_AirSeatMapRQ  - Success - Retrieve seatmap for flight","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirSeatMapRQ Version=\"4.0\" SequenceNmbr=\"1\" EchoToken=\"GERTESTDOCS\" Target=\"Testing\" TimeStamp=\"2021-07-12T10:21:00Z\" TransactionStatusCode=\"Start\" PrimaryLangID=\"EN-US\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<DataLists>\n\t\t<FlightSegmentList>\n\t\t\t<FlightSegment SegmentKey=\"001\">\n\t\t\t\t<Departure>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<AirportCode>AEP</AirportCode>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<Date>2021-07-13</Date>\n\t\t\t\t\t<!-- Optional -->\n\t\t\t\t\t<Time>18:50</Time>\n\t\t\t\t</Departure>\n\t\t\t\t<Arrival>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<AirportCode>MDQ</AirportCode>\n\t\t\t\t\t<!--Optional -->\n\t\t\t\t\t<Date>2021-07-13</Date>\n\t\t\t\t\t<!--Optional -->\n\t\t\t\t\t<Time>19:50</Time>\n\t\t\t\t\t<!--Optional -->\n\t\t\t\t\t<ChangeOfDay>0</ChangeOfDay>\n\t\t\t\t</Arrival>\n\t\t\t\t<MarketingCarrier>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<AirlineID>XX</AirlineID>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t\t</MarketingCarrier>\n\t\t\t</FlightSegment>\n\t\t</FlightSegmentList>\n\t</DataLists>\n</KIU_AirSeatMapRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:23:48 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1263"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirSeatMapRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:23:48+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Warnings/>\n    <FlightSegmentList>\n        <FlightSegment FlightRPH=\"1\">\n            <OperatingCarrier>\n                <AirlineID>XX</AirlineID>\n                <Name>LINEAS AEREAS XX</Name>\n                <FlightNumber>4444</FlightNumber>\n            </OperatingCarrier>\n            <Departure>\n                <AirportCode>AEP</AirportCode>\n                <AirportName>AEROPARQUE JORGE NEWBERY</AirportName>\n                <CityName>BUENOS AIRES</CityName>\n                <Date>2021-07-13</Date>\n                <Time>1850</Time>\n                <Terminal>\n                    <Name/>\n                    <Gate/>\n                </Terminal>\n            </Departure>\n            <Arrival>\n                <AirportCode>MDQ</AirportCode>\n                <AirportName>MAR DEL PLATA</AirportName>\n                <CityName>MAR DEL PLATA</CityName>\n            </Arrival>\n            <Equipment>\n                <Code>737</Code>\n                <Description>200</Description>\n            </Equipment>\n        </FlightSegment>\n    </FlightSegmentList>\n    <SeatLists>\n        <SeatMapDetail SeatMapID=\"217\" SeatMapDescription=\"MD80/80\">\n            <CabinDetail FlightRPH=\"1\">\n                <Code>Y</Code>\n                <Definition>ECONOMY</Definition>\n                <CabinLayout>\n                    <WingPosition>\n                        <RowPosition>\n                            <First/>\n                            <Last/>\n                        </RowPosition>\n                    </WingPosition>\n                    <ExitRowPosition>\n                        <RowPosition>\n                            <First>11</First>\n                            <Last>12</Last>\n                        </RowPosition>\n                    </ExitRowPosition>\n                    <Columns>\n                        <Column>\n                            <Position>A</Position>\n                            <Description>W</Description>\n                        </Column>\n                        <Column>\n                            <Position>C</Position>\n                            <Description>A</Description>\n                        </Column>\n                        <Column>\n                            <Position>D</Position>\n                            <Description>A</Description>\n                        </Column>\n                        <Column>\n                            <Position>E</Position>\n                            <Description>9</Description>\n                        </Column>\n                        <Column>\n                            <Position>F</Position>\n                            <Description>W</Description>\n                        </Column>\n                    </Columns>\n                </CabinLayout>\n                <Rows>\n                    <RowDetail>\n                        <RowNumber>1</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>10</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>11</RowNumber>\n                        <Characteristic>E</Characteristic>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>12</RowNumber>\n                        <Characteristic>E</Characteristic>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>13</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>14</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>15</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>16</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>17</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>18</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>19</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>2</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>20</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>21</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>22</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>23</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>24</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>25</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>26</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>27</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>28</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>29</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>3</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>30</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>31</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>32</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>33</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>34</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>35</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>36</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>4</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>O</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>5</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>6</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic>I</Characteristic>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>7</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>8</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                    <RowDetail>\n                        <RowNumber>9</RowNumber>\n                        <Characteristic/>\n                        <Seats>\n                            <Seat>\n                                <Location>A</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>C</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>D</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>E</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                            <Seat>\n                                <Location>F</Location>\n                                <Status>F</Status>\n                                <Characteristic/>\n                            </Seat>\n                        </Seats>\n                    </RowDetail>\n                </Rows>\n            </CabinDetail>\n        </SeatMapDetail>\n    </SeatLists>\n</KIU_AirSeatMapRS>"},{"id":"dbe5d9ee-287a-4aa2-b989-d1f3421a2b70","name":"KIU_AirSeatMapRQ - Error - Invalid flight","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirSeatMapRQ Version=\"4.0\" SequenceNmbr=\"1\" EchoToken=\"GERTESTDOCS\" Target=\"Testing\" TimeStamp=\"2021-07-12T10:21:00Z\" TransactionStatusCode=\"Start\" PrimaryLangID=\"EN-US\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<DataLists>\n\t\t<FlightSegmentList>\n\t\t\t<FlightSegment SegmentKey=\"001\">\n\t\t\t\t<Departure>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<AirportCode>AEP</AirportCode>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<Date>2021-07-13</Date>\n\t\t\t\t\t<!-- Optional -->\n\t\t\t\t\t<Time>18:50</Time>\n\t\t\t\t</Departure>\n\t\t\t\t<Arrival>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<AirportCode>MDQ</AirportCode>\n\t\t\t\t\t<!--Optional -->\n\t\t\t\t\t<Date>2021-07-13</Date>\n\t\t\t\t\t<!--Optional -->\n\t\t\t\t\t<Time>19:50</Time>\n\t\t\t\t\t<!--Optional -->\n\t\t\t\t\t<ChangeOfDay>0</ChangeOfDay>\n\t\t\t\t</Arrival>\n\t\t\t\t<MarketingCarrier>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<AirlineID>XX</AirlineID>\n\t\t\t\t\t<!-- Required -->\n\t\t\t\t\t<FlightNumber>44</FlightNumber>\n\t\t\t\t</MarketingCarrier>\n\t\t\t</FlightSegment>\n\t\t</FlightSegmentList>\n\t</DataLists>\n</KIU_AirSeatMapRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:24:41 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"207"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirSeatMapRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:24:41+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>2028</ErrorCode>\n        <ErrorMsg>CHECK FLIGHT</ErrorMsg>\n    </Error>\n</KIU_AirSeatMapRS>"}],"_postman_id":"3692dbc1-701c-4893-b231-bf97b2459bc2"},{"name":"KIU_AirCheckinRQ","id":"dac4543c-35c0-4a44-9222-2f50b01d73f1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinRQ EchoToken=\"GERTESTDOCS\"  Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n        <CheckInFlightsInformation>\n            <FlightInfo FlightRPH=\"001\">\n                <CarrierInfo>\n                <!-- Required -->\n                    <OperatingAirline>\n                        <CarrierCodeID>XX</CarrierCodeID>\n                        <CarrierShortName>KIU LINEAS AEREAS</CarrierShortName>\n                        <FlightNumber>4444</FlightNumber>\n                    </OperatingAirline>\n                </CarrierInfo>\n                <!-- Departure information: Required -->\n                <DepartureInformation>\n                    <!-- BoardingPoint: Required -->\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <!-- DepartureDate: Optional -->\n                    <DepartureDate></DepartureDate>\n                    <!-- DepartureTime: Optional -->\n                    <DepartureTime></DepartureTime>\n                </DepartureInformation>\n                <!-- ArrivalInformation: Required -->\n                <ArrivalInformation>\n                    <BoardingOff>MDQ</BoardingOff>\n                </ArrivalInformation>\n            </FlightInfo>\n        </CheckInFlightsInformation>\n        <AirTravellerInfo>\n            <!-- PassengerInfo: Required\n                 PsgrRPH: Required- The value comes from KIU_AirTravellerCheckInRS -->\n            <PassengerInfo PsgrRPH=\"001\">\n                <!-- PassengerName: Required -->\n                <PassengerName>\n                    <!-- GivenName: Optional -->\n                    <GivenName></GivenName>\n                    <!-- MiddleName: Optional -->\n                    <MiddleName></MiddleName>\n                    <!-- Surname: Required -->\n                    <Surname>WANGMO</Surname>\n                </PassengerName>\n                <!-- Document: Optional -->\n                <FOID>\n                    <ID></ID>\n                    <Number></Number>\n                </FOID>\n                <!-- FrecuentTravellerInfo: Optional -->\n                <!-- Gender: Optional Accepted values M - Male/F - Female / U - Unknown -->\n                <Gender>M</Gender>\n                <BookingInfo>\n                    <!-- BookingReferencID: Required -->\n                    <BookingReferenceID>\n                        <ID>DHIYDU</ID>\n                    </BookingReferenceID>\n                    <!-- TicketInfo : Optional -->\n                    <TicketInfo>\n                        <IssuedTicket></IssuedTicket>\n                        <Number>9990210036440</Number>\n                        <TicketCouponNbr>1</TicketCouponNbr>\n                    </TicketInfo>\n                </BookingInfo>\n                <!-- SeatInformation: Required -->\n                <SeatInformation>\n                    <!-- SeatBoardingInfo: Required -->\n                    <SeatBoardingInfo>\n                        <!-- BoardingPriority: Optional -->\n                        <BoardingPriority></BoardingPriority>\n                        <!-- BoardingZone: Optional -->\n                        <BoardingZone></BoardingZone>\n                        <!-- SeatAssign: Required -->\n                            <SeatAssign FlightRPHID=\"001\">\n                                <Row>4</Row>\n                                <Column>C</Column>\n                                <SeatCharasteristics>\n                                    <Charasteristic>\n                                        <Type></Type>\n                                        <Description></Description>\n                                    </Charasteristic>\n                                </SeatCharasteristics>\n                            </SeatAssign>\n                    </SeatBoardingInfo>\n                </SeatInformation>\n            </PassengerInfo>\n        </AirTravellerInfo>\n</KIU_AirCheckinRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows to process the check-in of the passenger.</p>\n<hr />\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"2c76230a-7f4a-4786-aa4b-dd33a6e3a4c0","name":"KIU_AirCheckinRQ - Error - Invalid Seat request","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinRQ EchoToken=\"GERTESTDOCS\"  Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n        <CheckInFlightsInformation>\n            <FlightInfo FlightRPH=\"001\">\n                <CarrierInfo>\n                <!-- Required -->\n                    <OperatingAirline>\n                        <CarrierCodeID>XX</CarrierCodeID>\n                        <CarrierShortName>KIU LINEAS AEREAS</CarrierShortName>\n                        <FlightNumber>4444</FlightNumber>\n                    </OperatingAirline>\n                </CarrierInfo>\n                <!-- Departure information: Required -->\n                <DepartureInformation>\n                    <!-- BoardingPoint: Required -->\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <!-- DepartureDate: Optional -->\n                    <DepartureDate></DepartureDate>\n                    <!-- DepartureTime: Optional -->\n                    <DepartureTime></DepartureTime>\n                </DepartureInformation>\n                <!-- ArrivalInformation: Required -->\n                <ArrivalInformation>\n                    <BoardingOff>MDQ</BoardingOff>\n                </ArrivalInformation>\n            </FlightInfo>\n        </CheckInFlightsInformation>\n        <AirTravellerInfo>\n            <!-- PassengerInfo: Required\n                 PsgrRPH: Required- The value comes from KIU_AirTravellerCheckInRS -->\n            <PassengerInfo PsgrRPH=\"001\">\n                <!-- PassengerName: Required -->\n                <PassengerName>\n                    <!-- GivenName: Optional -->\n                    <GivenName></GivenName>\n                    <!-- MiddleName: Optional -->\n                    <MiddleName></MiddleName>\n                    <!-- Surname: Required -->\n                    <Surname>WANGMO</Surname>\n                </PassengerName>\n                <!-- Document: Optional -->\n                <FOID>\n                    <ID></ID>\n                    <Number></Number>\n                </FOID>\n                <!-- FrecuentTravellerInfo: Optional -->\n                <!-- Gender: Optional Accepted values M - Male/F - Female / U - Unknown -->\n                <Gender>M</Gender>\n                <BookingInfo>\n                    <!-- BookingReferencID: Required -->\n                    <BookingReferenceID>\n                        <ID>DHIYDU</ID>\n                    </BookingReferenceID>\n                    <!-- TicketInfo : Optional -->\n                    <TicketInfo>\n                        <IssuedTicket></IssuedTicket>\n                        <Number>9990210036440</Number>\n                        <TicketCouponNbr>1</TicketCouponNbr>\n                    </TicketInfo>\n                </BookingInfo>\n                <!-- SeatInformation: Required -->\n                <SeatInformation>\n                    <!-- SeatBoardingInfo: Required -->\n                    <SeatBoardingInfo>\n                        <!-- BoardingPriority: Optional -->\n                        <BoardingPriority></BoardingPriority>\n                        <!-- BoardingZone: Optional -->\n                        <BoardingZone></BoardingZone>\n                        <!-- SeatAssign: Required -->\n                            <SeatAssign FlightRPHID=\"001\">\n                                <Row>4</Row>\n                                <Column>B</Column>\n                                <SeatCharasteristics>\n                                    <Charasteristic>\n                                        <Type></Type>\n                                        <Description></Description>\n                                    </Charasteristic>\n                                </SeatCharasteristics>\n                            </SeatAssign>\n                    </SeatBoardingInfo>\n                </SeatInformation>\n            </PassengerInfo>\n        </AirTravellerInfo>\n</KIU_AirCheckinRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:16:23 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirCheckinRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:16:23+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>5032</ErrorCode>\n        <ErrorMsg>CHECK GRAPHIC SEAT MAP - WEB CHECK-IN</ErrorMsg>\n    </Error>\n</KIU_AirCheckinRS>"},{"id":"0d281408-000b-47a7-b76c-0bd76e754cd8","name":"KIU_AirCheckinRQ - Success - Passenger accepted","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinRQ EchoToken=\"GERTESTDOCS\"  Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\"/>\n    </POS>\n        <CheckInFlightsInformation>\n            <FlightInfo FlightRPH=\"001\">\n                <CarrierInfo>\n                <!-- Required -->\n                    <OperatingAirline>\n                        <CarrierCodeID>XX</CarrierCodeID>\n                        <CarrierShortName>KIU LINEAS AEREAS</CarrierShortName>\n                        <FlightNumber>4444</FlightNumber>\n                    </OperatingAirline>\n                </CarrierInfo>\n                <!-- Departure information: Required -->\n                <DepartureInformation>\n                    <!-- BoardingPoint: Required -->\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <!-- DepartureDate: Optional -->\n                    <DepartureDate></DepartureDate>\n                    <!-- DepartureTime: Optional -->\n                    <DepartureTime></DepartureTime>\n                </DepartureInformation>\n                <!-- ArrivalInformation: Required -->\n                <ArrivalInformation>\n                    <BoardingOff>MDQ</BoardingOff>\n                </ArrivalInformation>\n            </FlightInfo>\n        </CheckInFlightsInformation>\n        <AirTravellerInfo>\n            <!-- PassengerInfo: Required\n                 PsgrRPH: Required- The value comes from KIU_AirTravellerCheckInRS -->\n            <PassengerInfo PsgrRPH=\"001\">\n                <!-- PassengerName: Required -->\n                <PassengerName>\n                    <!-- GivenName: Optional -->\n                    <GivenName></GivenName>\n                    <!-- MiddleName: Optional -->\n                    <MiddleName></MiddleName>\n                    <!-- Surname: Required -->\n                    <Surname>WANGMO</Surname>\n                </PassengerName>\n                <!-- Document: Optional -->\n                <FOID>\n                    <ID></ID>\n                    <Number></Number>\n                </FOID>\n                <!-- FrecuentTravellerInfo: Optional -->\n                <!-- Gender: Optional Accepted values M - Male/F - Female / U - Unknown -->\n                <Gender>M</Gender>\n                <BookingInfo>\n                    <!-- BookingReferencID: Required -->\n                    <BookingReferenceID>\n                        <ID>DHIYDU</ID>\n                    </BookingReferenceID>\n                    <!-- TicketInfo : Optional -->\n                    <TicketInfo>\n                        <IssuedTicket></IssuedTicket>\n                        <Number>9990210036440</Number>\n                        <TicketCouponNbr>1</TicketCouponNbr>\n                    </TicketInfo>\n                </BookingInfo>\n                <!-- SeatInformation: Required -->\n                <SeatInformation>\n                    <!-- SeatBoardingInfo: Required -->\n                    <SeatBoardingInfo>\n                        <!-- BoardingPriority: Optional -->\n                        <BoardingPriority></BoardingPriority>\n                        <!-- BoardingZone: Optional -->\n                        <BoardingZone></BoardingZone>\n                        <!-- SeatAssign: Required -->\n                            <SeatAssign FlightRPHID=\"001\">\n                                <Row>4</Row>\n                                <Column>C</Column>\n                                <SeatCharasteristics>\n                                    <Charasteristic>\n                                        <Type></Type>\n                                        <Description></Description>\n                                    </Charasteristic>\n                                </SeatCharasteristics>\n                            </SeatAssign>\n                    </SeatBoardingInfo>\n                </SeatInformation>\n            </PassengerInfo>\n        </AirTravellerInfo>\n</KIU_AirCheckinRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:17:43 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1517"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirCheckinRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:17:43+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <CheckInFlightsInformation>\n        <FlightsInfo FlightRPH=\"1\">\n            <CarrierInfo>\n                <OperatingAirline>\n                    <CarrierCodeID>XX</CarrierCodeID>\n                    <CarrierShortName/>\n                    <FlightNumber>4444</FlightNumber>\n                </OperatingAirline>\n                <DepartureInformation>\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <BoardingDate>2021-07-13</BoardingDate>\n                </DepartureInformation>\n            </CarrierInfo>\n            <PassengerList>\n                <PassengerInfo PsgrRPH=\"001\"/>\n                <Order>001</Order>\n                <BookingId>DHIYDU</BookingId>\n                <PassengerSurname>WANGMO</PassengerSurname>\n                <PassengerName>PEMA MS</PassengerName>\n                <PTC>ADT</PTC>\n                <Gender>Male</Gender>\n                <PassengerFoid>PP 71121272</PassengerFoid>\n                <PassengerDestination>MDQ</PassengerDestination>\n                <PassengerCheckin>OK</PassengerCheckin>\n                <Cabin>\n                    <Code>Y</Code>\n                    <Description>Economy</Description>\n                </Cabin>\n                <ResBookingDesig>Y</ResBookingDesig>\n                <PartyGroupChk/>\n                <SeatNumber>4C</SeatNumber>\n                <IsSelectee>false</IsSelectee>\n                <SelecteeIndicator/>\n                <BaggageInformation>\n                    <BagUnit>0</BagUnit>\n                    <BagWeigth>0</BagWeigth>\n                    <BagaggeInterruptAirport/>\n                    <IsBaggagePool>false</IsBaggagePool>\n                    <BagTagInformation/>\n                </BaggageInformation>\n                <PsgrWeight>0</PsgrWeight>\n                <PsgrCategory/>\n                <PrintPsgrBoard/>\n                <PsgrRemark/>\n                <TSADescription/>\n                <TSAFreeText/>\n                <WarningPsgrInformation/>\n                <CarrierChangedPrints>N</CarrierChangedPrints>\n                <PrintBoardingData>\n                    <BoardingPass>\n                        <BoardingPassVersion/>\n                        <RecordLocator>\n                            <ID>DHIYDU/C1</ID>\n                            <Coupon>DHIYDU/C1</Coupon>\n                        </RecordLocator>\n                        <FlightCarrier>XX </FlightCarrier>\n                        <FlightNumber>4444</FlightNumber>\n                        <BookingClass>Y</BookingClass>\n                        <BoardinDate>13JUL</BoardinDate>\n                        <BoardingTime>1750</BoardingTime>\n                        <ScheduledTime>1850</ScheduledTime>\n                        <ScheduledDate>13JUL</ScheduledDate>\n                        <PresentationAirportDate>13JUL</PresentationAirportDate>\n                        <PresentationAirportTime>1735</PresentationAirportTime>\n                        <EstimatedDepartureDate>13JUL</EstimatedDepartureDate>\n                        <EstimatedDepartureTime>1850</EstimatedDepartureTime>\n                        <DepartureAirportCode>AEP</DepartureAirportCode>\n                        <ArrivalAirportCode>MDQ</ArrivalAirportCode>\n                        <PsgrName>WANGMO/PEMA MS</PsgrName>\n                        <PsgrFOID>PP 71121272                                  </PsgrFOID>\n                        <FrecuentFlyerReference>\n                            <Carrier>  </Carrier>\n                            <Reference/>\n                            <TIER/>\n                        </FrecuentFlyerReference>\n                        <SecuritySelectee/>\n                        <TerminalInfomration>\n                            <Gate>     </Gate>\n                        </TerminalInfomration>\n                        <Seat>4C</Seat>\n                        <BaggageReference>00/000</BaggageReference>\n                        <BoardingNumber/>\n                        <SequenceNumber>001</SequenceNumber>\n                        <ETicketNumber>9990210036440</ETicketNumber>\n                        <AgentCheckIn>AEP00XXSM</AgentCheckIn>\n                        <BarCode2DInfo>M1WANGMO/PEMA MS      EDHIYDU AEPMDQXX 4444 194Y004C0001 148&gt;3180WW1193BXX              2A999021003644000                          N</BarCode2DInfo>\n                        <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>\n                        <Departure_AirportName>AEROPARQUE JORGE</Departure_AirportName>\n                        <Departure_CityName>BUENOS AIRES    </Departure_CityName>\n                        <ArrivalAirportName>MAR DEL PLATA   </ArrivalAirportName>\n                        <CustomizedText>DISCO PRUEBA</CustomizedText>\n                        <Arrival_AirportName>MAR DEL PLATA   </Arrival_AirportName>\n                        <Arrival_CityName>MAR DEL PLATA   </Arrival_CityName>\n                        <BoardingGroupName>ZONE</BoardingGroupName>\n                        <BoardingGroupIdentifier>A1</BoardingGroupIdentifier>\n                        <FlightAdditionalInfo/>\n                    </BoardingPass>\n                </PrintBoardingData>\n                <PrintBoardingDataList>\n                    <BoardingPass>\n                        <AgentCheckIn>AEP00XXSM</AgentCheckIn>\n                        <ArrivalAirportCode>MDQ</ArrivalAirportCode>\n                        <ArrivalAirportName>MAR DEL PLATA   </ArrivalAirportName>\n                        <Arrival_AirportName>MAR DEL PLATA   </Arrival_AirportName>\n                        <Arrival_CityName>MAR DEL PLATA   </Arrival_CityName>\n                        <BaggageReference>00/000</BaggageReference>\n                        <BarCode2DInfo>M1WANGMO/PEMA MS      EDHIYDU AEPMDQXX 4444 194Y004C0001 148&gt;3180WW1193BXX              2A999021003644000                          N</BarCode2DInfo>\n                        <BoardingDate>13JUL</BoardingDate>\n                        <BoardingGroupIdentifier>A1</BoardingGroupIdentifier>\n                        <BoardingGroupName>ZONE</BoardingGroupName>\n                        <BoardingMessageFreeText/>\n                        <BoardingPassVersion/>\n                        <BoardingTime>1750</BoardingTime>\n                        <BookingClass>Y</BookingClass>\n                        <CustomizedText>DISCO PRUEBA</CustomizedText>\n                        <DepartureAirportCode>AEP</DepartureAirportCode>\n                        <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>\n                        <Departure_AirportName>AEROPARQUE JORGE</Departure_AirportName>\n                        <Departure_CityName>BUENOS AIRES    </Departure_CityName>\n                        <ETicketNumber>9990210036440</ETicketNumber>\n                        <EstimatedDepartureDate>13JUL</EstimatedDepartureDate>\n                        <EstimatedDepartureTime>1850</EstimatedDepartureTime>\n                        <FlightAdditionalInfo/>\n                        <FlightCarrier>XX </FlightCarrier>\n                        <FlightNumber>4444</FlightNumber>\n                        <FrecuentFlyerReference>\n                            <Carrier>  </Carrier>\n                            <Reference/>\n                            <TIER/>\n                        </FrecuentFlyerReference>\n                        <TerminalInfomration>\n                            <Gate>     </Gate>\n                        </TerminalInfomration>\n                        <PsgrFOID>PP 71121272                                  </PsgrFOID>\n                        <PaxFrequentFlyer>                      </PaxFrequentFlyer>\n                        <PsgrName>WANGMO/PEMA MS</PsgrName>\n                        <PresentationAirportDate>13JUL</PresentationAirportDate>\n                        <PresentationAirportTime>1735</PresentationAirportTime>\n                        <RecordLocator>\n                            <ID>DHIYDU/C1</ID>\n                            <Coupon>DHIYDU/C1</Coupon>\n                        </RecordLocator>\n                        <ScheduledDate>13JUL</ScheduledDate>\n                        <ScheduledTime>1850</ScheduledTime>\n                        <Seat>4C</Seat>\n                        <SecurityDHS/>\n                        <SecuritySelectee/>\n                        <SequenceNumber>001</SequenceNumber>\n                    </BoardingPass>\n                </PrintBoardingDataList>\n            </PassengerList>\n        </FlightsInfo>\n    </CheckInFlightsInformation>\n</KIU_AirCheckinRS>"}],"_postman_id":"dac4543c-35c0-4a44-9222-2f50b01d73f1"},{"name":"KIU_AirCheckinModifyRQ","id":"9826ef45-4cab-4a36-a2d7-25693d8ad536","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinModifyRQ EchoToken=\"GERTESTDOCS\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<CheckInFlightsInformation>\n\t\t<FlightInfo FlightRPH=\"001\">\n\t\t\t<CarrierInfo>\n\t\t\t\t<OperatingAirline>\n\t\t\t\t\t<CarrierCodeID>XX</CarrierCodeID>\n\t\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t\t</OperatingAirline>\n\t\t\t\t<DepartureInformation>\n\t\t\t\t\t<BoardingPoint>AEP</BoardingPoint>\n\t\t\t\t\t<BoardingDate>2021-07-13</BoardingDate>\n\t\t\t\t</DepartureInformation>\n\t\t\t\t<ArrivalInformation>\n\t\t\t\t\t<BoardingOff>MDQ</BoardingOff>\n\t\t\t\t</ArrivalInformation>\n\t\t\t</CarrierInfo>\n\t\t\t<PassengerList>\n\t\t\t\t<PassengerInfo PsgrRPH=\"1\">\n\t\t\t\t\t<BookingInfo>\n\t\t\t\t\t\t<BookingReferenceID>\n\t\t\t\t\t\t\t<ID>DHIYDU</ID>\n\t\t\t\t\t\t</BookingReferenceID>\n\t\t\t\t\t</BookingInfo>\n\t\t\t\t\t<PassengerName>\n\t\t\t\t\t\t<Surname>WANGMO</Surname>\n\t\t\t\t\t</PassengerName>\n\t\t\t\t\t<Segment FlightRPH=\"001\">\n\t\t\t\t\t\t<VoidWCheckin>false</VoidWCheckin>\n\t\t\t\t\t\t<Seat Change=\"true\">7A</Seat>\n\t\t\t\t\t</Segment>\n\t\t\t\t</PassengerInfo>\n\t\t\t</PassengerList>\n\t\t</FlightInfo>\n\t</CheckInFlightsInformation>\n</KIU_AirCheckinModifyRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to modify a checked-in passenger data.</p>\n<p><strong>Operation options:</strong></p>\n<ul>\n<li>Change seat assigned.</li>\n<li>Reprint boarding pass.</li>\n<li>Void check-in.</li>\n</ul>\n<hr />\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"aa7ddf4c-7d0a-458e-9a9c-bebbba5c5f2b","name":"KIU_AirCheckinModifyRQ - Success - Change seat assigned","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinModifyRQ EchoToken=\"GERTESTDOCS\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<CheckInFlightsInformation>\n\t\t<FlightInfo FlightRPH=\"001\">\n\t\t\t<CarrierInfo>\n\t\t\t\t<OperatingAirline>\n\t\t\t\t\t<CarrierCodeID>XX</CarrierCodeID>\n\t\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t\t</OperatingAirline>\n\t\t\t\t<DepartureInformation>\n\t\t\t\t\t<BoardingPoint>AEP</BoardingPoint>\n\t\t\t\t\t<BoardingDate>2021-07-13</BoardingDate>\n\t\t\t\t</DepartureInformation>\n\t\t\t\t<ArrivalInformation>\n\t\t\t\t\t<BoardingOff>MDQ</BoardingOff>\n\t\t\t\t</ArrivalInformation>\n\t\t\t</CarrierInfo>\n\t\t\t<PassengerList>\n\t\t\t\t<PassengerInfo PsgrRPH=\"1\">\n\t\t\t\t\t<BookingInfo>\n\t\t\t\t\t\t<BookingReferenceID>\n\t\t\t\t\t\t\t<ID>DHIYDU</ID>\n\t\t\t\t\t\t</BookingReferenceID>\n\t\t\t\t\t</BookingInfo>\n\t\t\t\t\t<PassengerName>\n\t\t\t\t\t\t<Surname>WANGMO</Surname>\n\t\t\t\t\t</PassengerName>\n\t\t\t\t\t<Segment FlightRPH=\"001\">\n\t\t\t\t\t\t<VoidWCheckin>false</VoidWCheckin>\n\t\t\t\t\t\t<Seat Change=\"true\">7A</Seat>\n\t\t\t\t\t</Segment>\n\t\t\t\t</PassengerInfo>\n\t\t\t</PassengerList>\n\t\t</FlightInfo>\n\t</CheckInFlightsInformation>\n</KIU_AirCheckinModifyRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:46:52 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirCheckinModifyRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:46:52+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Warnings/>\n    <CheckInFlightsInformation>\n        <FlightInfo FlightRPH=\"\">\n            <CarrierInfo>\n                <OperatingAirline>\n                    <CarrierCodeID>XX</CarrierCodeID>\n                    <CarrierShortName/>\n                    <FlightNumber>4444</FlightNumber>\n                </OperatingAirline>\n                <DepartureInformation>\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <BoardingDate>2021-07-13</BoardingDate>\n                </DepartureInformation>\n            </CarrierInfo>\n            <PassengerList>\n                <PassengerInfo PsgrRPH=\"001\"/>\n                <Order>001</Order>\n                <BookingId>DHIYDU</BookingId>\n                <PassengerSurname>WANGMO</PassengerSurname>\n                <PassengerName>PEMA MS</PassengerName>\n                <PTC>ADT</PTC>\n                <PassengerFoid>PP 71121272</PassengerFoid>\n                <PassengerDestination>MDQ</PassengerDestination>\n                <PassengerCheckin>OK</PassengerCheckin>\n                <Cabin>\n                    <Code>Y</Code>\n                    <Description>Economy</Description>\n                </Cabin>\n                <BaggageInformation>\n                    <BagUnit>0</BagUnit>\n                    <BagWeigth>0</BagWeigth>\n                    <BagaggeInterruptAirport/>\n                    <IsBaggagePool>false</IsBaggagePool>\n                    <BagTagInformation/>\n                </BaggageInformation>\n                <PsgrWeight>0</PsgrWeight>\n                <PsgrCategory/>\n                <PrintPsgrBoard/>\n                <PsgrRemark/>\n                <TSADescription/>\n                <TSAFreeText/>\n                <WarningPsgrInformation/>\n                <CarrierChangedPrints>N</CarrierChangedPrints>\n                <PrintBoardingData>\n                    <BoardingPass>\n                        <BoardingPassVersion/>\n                        <RecordLocator>\n                            <ID>DHIYDU/C1</ID>\n                            <Coupon>DHIYDU/C1</Coupon>\n                        </RecordLocator>\n                        <FlightCarrier>XX </FlightCarrier>\n                        <FlightNumber>4444</FlightNumber>\n                        <BookingClass>Y</BookingClass>\n                        <BoardinDate>13JUL</BoardinDate>\n                        <BoardingTime>1750</BoardingTime>\n                        <DepartureAirportCode>AEP</DepartureAirportCode>\n                        <ArrivalAirportCode>MDQ</ArrivalAirportCode>\n                        <PsgrName>WANGMO/PEMA MS</PsgrName>\n                        <PsgrFOID>PP 71121272                                  </PsgrFOID>\n                        <PsgrFrecuentFlyer>                      </PsgrFrecuentFlyer>\n                        <SecuritySelectee/>\n                        <TerminalInfomration>\n                            <Gate>     </Gate>\n                        </TerminalInfomration>\n                        <Seat>7A</Seat>\n                        <BaggageReference>00/000</BaggageReference>\n                        <SequenceNumber>001</SequenceNumber>\n                        <BoardingNumber/>\n                        <ETicketNumber>9990210036440</ETicketNumber>\n                        <AgentCheckIn>AEP00XXSM</AgentCheckIn>\n                        <BarCode2DInfo>M1WANGMO/PEMA MS      EDHIYDU AEPMDQXX 4444 194Y007A0001 148&gt;3181WW1193BXX              2A999021003644000                          N</BarCode2DInfo>\n                        <Departure_AirportName>AEROPARQUE JORGE</Departure_AirportName>\n                        <Departure_CityName>BUENOS AIRES    </Departure_CityName>\n                        <Arrival_AirportName>MAR DEL PLATA   </Arrival_AirportName>\n                        <Arrival_CityName>MAR DEL PLATA   </Arrival_CityName>\n                        <CustomizedText>DISCO PRUEBA</CustomizedText>\n                        <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>\n                        <ArrivalAirportName>MAR DEL PLATA   </ArrivalAirportName>\n                        <BoardingGroupName>ZONE</BoardingGroupName>\n                        <BoardingGroupIdentifier>A1</BoardingGroupIdentifier>\n                        <FlightAdditionalInfo/>\n                    </BoardingPass>\n                </PrintBoardingData>\n                <PrintBoardingDataList>\n                    <BoardingPass>\n                        <AgentCheckIn>AEP00XXSM</AgentCheckIn>\n                        <ArrivalAirportCode>MDQ</ArrivalAirportCode>\n                        <ArrivalAirportName>MAR DEL PLATA   </ArrivalAirportName>\n                        <Arrival_AirportName>MAR DEL PLATA   </Arrival_AirportName>\n                        <Arrival_CityName>MAR DEL PLATA   </Arrival_CityName>\n                        <BaggageReference>00/000</BaggageReference>\n                        <BarCode2DInfo>M1WANGMO/PEMA MS      EDHIYDU AEPMDQXX 4444 194Y007A0001 148&gt;3181WW1193BXX              2A999021003644000                          N</BarCode2DInfo>\n                        <BoardingDate>13JUL</BoardingDate>\n                        <BoardingGroupIdentifier>A1</BoardingGroupIdentifier>\n                        <BoardingGroupName>ZONE</BoardingGroupName>\n                        <BoardingMessageFreeText/>\n                        <BoardingPassVersion/>\n                        <BoardingTime>1750</BoardingTime>\n                        <BookingClass>Y</BookingClass>\n                        <CustomizedText>DISCO PRUEBA</CustomizedText>\n                        <DepartureAirportCode>AEP</DepartureAirportCode>\n                        <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>\n                        <Departure_AirportName>AEROPARQUE JORGE</Departure_AirportName>\n                        <Departure_CityName>BUENOS AIRES    </Departure_CityName>\n                        <ETicketNumber>9990210036440</ETicketNumber>\n                        <EstimatedDepartureDate>13JUL</EstimatedDepartureDate>\n                        <EstimatedDepartureTime>1850</EstimatedDepartureTime>\n                        <FlightAdditionalInfo/>\n                        <FlightCarrier>XX </FlightCarrier>\n                        <FlightNumber>4444</FlightNumber>\n                        <FrecuentFlyerReference>\n                            <Carrier>  </Carrier>\n                            <Reference/>\n                            <TIER/>\n                        </FrecuentFlyerReference>\n                        <TerminalInfomration>\n                            <Gate>     </Gate>\n                        </TerminalInfomration>\n                        <PsgrFOID>PP 71121272                                  </PsgrFOID>\n                        <PaxFrequentFlyer>                      </PaxFrequentFlyer>\n                        <PsgrName>WANGMO/PEMA MS</PsgrName>\n                        <PresentationAirportDate>13JUL</PresentationAirportDate>\n                        <PresentationAirportTime>1735</PresentationAirportTime>\n                        <RecordLocator>\n                            <ID>DHIYDU/C1</ID>\n                            <Coupon>DHIYDU/C1</Coupon>\n                        </RecordLocator>\n                        <ScheduledDate>13JUL</ScheduledDate>\n                        <ScheduledTime>1850</ScheduledTime>\n                        <Seat>7A</Seat>\n                        <SecurityDHS/>\n                        <SecuritySelectee/>\n                        <SequenceNumber>001</SequenceNumber>\n                    </BoardingPass>\n                </PrintBoardingDataList>\n            </PassengerList>\n        </FlightInfo>\n    </CheckInFlightsInformation>\n</KIU_AirCheckinModifyRS>"},{"id":"ee473c7e-3aea-46b1-a969-78ad40e96706","name":"KIU_AirCheckinModifyRQ - Success - BoardingPass - Reprint","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinModifyRQ EchoToken=\"GERTESTDOCS\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<CheckInFlightsInformation>\n\t\t<FlightInfo FlightRPH=\"001\">\n\t\t\t<CarrierInfo>\n\t\t\t\t<OperatingAirline>\n\t\t\t\t\t<CarrierCodeID>XX</CarrierCodeID>\n\t\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t\t</OperatingAirline>\n\t\t\t\t<DepartureInformation>\n\t\t\t\t\t<BoardingPoint>AEP</BoardingPoint>\n\t\t\t\t\t<BoardingDate>2021-07-13</BoardingDate>\n\t\t\t\t</DepartureInformation>\n\t\t\t\t<ArrivalInformation>\n\t\t\t\t\t<BoardingOff>MDQ</BoardingOff>\n\t\t\t\t</ArrivalInformation>\n\t\t\t</CarrierInfo>\n\t\t\t<PassengerList>\n\t\t\t\t<PassengerInfo PsgrRPH=\"1\">\n\t\t\t\t\t<BookingInfo>\n\t\t\t\t\t\t<BookingReferenceID>\n\t\t\t\t\t\t\t<ID>DHIYDU</ID>\n\t\t\t\t\t\t</BookingReferenceID>\n\t\t\t\t\t</BookingInfo>\n\t\t\t\t\t<PassengerName>\n\t\t\t\t\t\t<Surname>WANGMO</Surname>\n\t\t\t\t\t</PassengerName>\n\t\t\t\t\t<Segment FlightRPH=\"001\">\n\t\t\t\t\t\t<CheckInInfo>\n\t\t\t\t\t\t\t<PaxChequed>true</PaxChequed>\n\t\t\t\t\t\t\t<BoardingPassNbr RePrint=\"true\">1</BoardingPassNbr>\n\t\t\t\t\t\t</CheckInInfo>\n\t\t\t\t\t\t<VoidWCheckin>false</VoidWCheckin>\n\t\t\t\t\t</Segment>\n\t\t\t\t</PassengerInfo>\n\t\t\t</PassengerList>\n\t\t</FlightInfo>\n\t</CheckInFlightsInformation>\n</KIU_AirCheckinModifyRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:50:04 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1456"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirCheckinModifyRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:50:04+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Warnings/>\n    <CheckInFlightsInformation>\n        <FlightInfo FlightRPH=\"\">\n            <CarrierInfo>\n                <OperatingAirline>\n                    <CarrierCodeID>XX</CarrierCodeID>\n                    <CarrierShortName/>\n                    <FlightNumber>4444</FlightNumber>\n                </OperatingAirline>\n                <DepartureInformation>\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <BoardingDate>2021-07-13</BoardingDate>\n                </DepartureInformation>\n            </CarrierInfo>\n            <PassengerList>\n                <PassengerInfo PsgrRPH=\"001\"/>\n                <Order>001</Order>\n                <BookingId>DHIYDU</BookingId>\n                <PassengerSurname>WANGMO</PassengerSurname>\n                <PassengerName>PEMA MS</PassengerName>\n                <PTC>ADT</PTC>\n                <PassengerFoid>PP 71121272</PassengerFoid>\n                <PassengerDestination>MDQ</PassengerDestination>\n                <PassengerCheckin>OK</PassengerCheckin>\n                <Cabin>\n                    <Code>Y</Code>\n                    <Description>Economy</Description>\n                </Cabin>\n                <BaggageInformation>\n                    <BagUnit>0</BagUnit>\n                    <BagWeigth>0</BagWeigth>\n                    <BagaggeInterruptAirport/>\n                    <IsBaggagePool>false</IsBaggagePool>\n                    <BagTagInformation/>\n                </BaggageInformation>\n                <PsgrWeight>0</PsgrWeight>\n                <PsgrCategory/>\n                <PrintPsgrBoard/>\n                <PsgrRemark/>\n                <TSADescription/>\n                <TSAFreeText/>\n                <WarningPsgrInformation/>\n                <CarrierChangedPrints>N</CarrierChangedPrints>\n                <PrintBoardingData>\n                    <BoardingPass>\n                        <BoardingPassVersion/>\n                        <RecordLocator>\n                            <ID>DHIYDU/C1</ID>\n                            <Coupon>DHIYDU/C1</Coupon>\n                        </RecordLocator>\n                        <FlightCarrier>XX </FlightCarrier>\n                        <FlightNumber>4444</FlightNumber>\n                        <BookingClass>Y</BookingClass>\n                        <BoardinDate>13JUL</BoardinDate>\n                        <BoardingTime>1750</BoardingTime>\n                        <DepartureAirportCode>AEP</DepartureAirportCode>\n                        <ArrivalAirportCode>MDQ</ArrivalAirportCode>\n                        <PsgrName>WANGMO/PEMA MS</PsgrName>\n                        <PsgrFOID>PP 71121272                                  </PsgrFOID>\n                        <PsgrFrecuentFlyer>                      </PsgrFrecuentFlyer>\n                        <SecuritySelectee/>\n                        <TerminalInfomration>\n                            <Gate>     </Gate>\n                        </TerminalInfomration>\n                        <Seat>7A</Seat>\n                        <BaggageReference>00/000</BaggageReference>\n                        <SequenceNumber>001</SequenceNumber>\n                        <BoardingNumber/>\n                        <ETicketNumber>9990210036440</ETicketNumber>\n                        <AgentCheckIn>AEP00XXSM</AgentCheckIn>\n                        <BarCode2DInfo>M1WANGMO/PEMA MS      EDHIYDU AEPMDQXX 4444 194Y007A0001 148&gt;3181WW1193BXX              2A999021003644000                          N</BarCode2DInfo>\n                        <Departure_AirportName>AEROPARQUE JORGE</Departure_AirportName>\n                        <Departure_CityName>BUENOS AIRES    </Departure_CityName>\n                        <Arrival_AirportName>MAR DEL PLATA   </Arrival_AirportName>\n                        <Arrival_CityName>MAR DEL PLATA   </Arrival_CityName>\n                        <CustomizedText>DISCO PRUEBA</CustomizedText>\n                        <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>\n                        <ArrivalAirportName>MAR DEL PLATA   </ArrivalAirportName>\n                        <BoardingGroupName>ZONE</BoardingGroupName>\n                        <BoardingGroupIdentifier>A1</BoardingGroupIdentifier>\n                        <FlightAdditionalInfo/>\n                    </BoardingPass>\n                </PrintBoardingData>\n                <PrintBoardingDataList>\n                    <BoardingPass>\n                        <AgentCheckIn>AEP00XXSM</AgentCheckIn>\n                        <ArrivalAirportCode>MDQ</ArrivalAirportCode>\n                        <ArrivalAirportName>MAR DEL PLATA   </ArrivalAirportName>\n                        <Arrival_AirportName>MAR DEL PLATA   </Arrival_AirportName>\n                        <Arrival_CityName>MAR DEL PLATA   </Arrival_CityName>\n                        <BaggageReference>00/000</BaggageReference>\n                        <BarCode2DInfo>M1WANGMO/PEMA MS      EDHIYDU AEPMDQXX 4444 194Y007A0001 148&gt;3181WW1193BXX              2A999021003644000                          N</BarCode2DInfo>\n                        <BoardingDate>13JUL</BoardingDate>\n                        <BoardingGroupIdentifier>A1</BoardingGroupIdentifier>\n                        <BoardingGroupName>ZONE</BoardingGroupName>\n                        <BoardingMessageFreeText/>\n                        <BoardingPassVersion/>\n                        <BoardingTime>1750</BoardingTime>\n                        <BookingClass>Y</BookingClass>\n                        <CustomizedText>DISCO PRUEBA</CustomizedText>\n                        <DepartureAirportCode>AEP</DepartureAirportCode>\n                        <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>\n                        <Departure_AirportName>AEROPARQUE JORGE</Departure_AirportName>\n                        <Departure_CityName>BUENOS AIRES    </Departure_CityName>\n                        <ETicketNumber>9990210036440</ETicketNumber>\n                        <EstimatedDepartureDate>13JUL</EstimatedDepartureDate>\n                        <EstimatedDepartureTime>1850</EstimatedDepartureTime>\n                        <FlightAdditionalInfo/>\n                        <FlightCarrier>XX </FlightCarrier>\n                        <FlightNumber>4444</FlightNumber>\n                        <FrecuentFlyerReference>\n                            <Carrier>  </Carrier>\n                            <Reference/>\n                            <TIER/>\n                        </FrecuentFlyerReference>\n                        <TerminalInfomration>\n                            <Gate>     </Gate>\n                        </TerminalInfomration>\n                        <PsgrFOID>PP 71121272                                  </PsgrFOID>\n                        <PaxFrequentFlyer>                      </PaxFrequentFlyer>\n                        <PsgrName>WANGMO/PEMA MS</PsgrName>\n                        <PresentationAirportDate>13JUL</PresentationAirportDate>\n                        <PresentationAirportTime>1735</PresentationAirportTime>\n                        <RecordLocator>\n                            <ID>DHIYDU/C1</ID>\n                            <Coupon>DHIYDU/C1</Coupon>\n                        </RecordLocator>\n                        <ScheduledDate>13JUL</ScheduledDate>\n                        <ScheduledTime>1850</ScheduledTime>\n                        <Seat>7A</Seat>\n                        <SecurityDHS/>\n                        <SecuritySelectee/>\n                        <SequenceNumber>001</SequenceNumber>\n                    </BoardingPass>\n                </PrintBoardingDataList>\n            </PassengerList>\n        </FlightInfo>\n    </CheckInFlightsInformation>\n</KIU_AirCheckinModifyRS>"},{"id":"e89bc739-585b-4d9f-b50f-03edbd38c3bc","name":"KIU_AirCheckinModifyRQ - Success - Webcheckin void","originalRequest":{"method":"POST","header":[{"key":"conten","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirCheckinModifyRQ EchoToken=\"GERTESTDOCS\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" ISOCountry=\"AR\" />\n\t</POS>\n\t<CheckInFlightsInformation>\n\t\t<FlightInfo FlightRPH=\"001\">\n\t\t\t<CarrierInfo>\n\t\t\t\t<OperatingAirline>\n\t\t\t\t\t<CarrierCodeID>XX</CarrierCodeID>\n\t\t\t\t\t<FlightNumber>4444</FlightNumber>\n\t\t\t\t</OperatingAirline>\n\t\t\t\t<DepartureInformation>\n\t\t\t\t\t<BoardingPoint>AEP</BoardingPoint>\n\t\t\t\t\t<BoardingDate>2021-07-13</BoardingDate>\n\t\t\t\t</DepartureInformation>\n\t\t\t\t<ArrivalInformation>\n\t\t\t\t\t<BoardingOff>MDQ</BoardingOff>\n\t\t\t\t</ArrivalInformation>\n\t\t\t</CarrierInfo>\n\t\t\t<PassengerList>\n\t\t\t\t<PassengerInfo PsgrRPH=\"1\">\n\t\t\t\t\t<BookingInfo>\n\t\t\t\t\t\t<BookingReferenceID>\n\t\t\t\t\t\t\t<ID>DHIYDU</ID>\n\t\t\t\t\t\t</BookingReferenceID>\n\t\t\t\t\t</BookingInfo>\n\t\t\t\t\t<PassengerName>\n\t\t\t\t\t\t<Surname>WANGMO</Surname>\n\t\t\t\t\t</PassengerName>\n\t\t\t\t\t<Segment FlightRPH=\"001\">\n\t\t\t\t\t\t<VoidWCheckin>false</VoidWCheckin>\n\t\t\t\t\t</Segment>\n\t\t\t\t</PassengerInfo>\n\t\t\t</PassengerList>\n\t\t</FlightInfo>\n\t</CheckInFlightsInformation>\n</KIU_AirCheckinModifyRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:51:25 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"954"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirCheckinModifyRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:51:25+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Warnings/>\n    <CheckInFlightsInformation>\n        <FlightInfo FlightRPH=\"\">\n            <CarrierInfo>\n                <OperatingAirline>\n                    <CarrierCodeID>XX</CarrierCodeID>\n                    <CarrierShortName/>\n                    <FlightNumber>4444</FlightNumber>\n                </OperatingAirline>\n                <DepartureInformation>\n                    <BoardingPoint>AEP</BoardingPoint>\n                    <BoardingDate>2021-07-13</BoardingDate>\n                </DepartureInformation>\n            </CarrierInfo>\n            <PassengerList>\n                <PassengerInfo PsgrRPH=\"001\"/>\n                <Order>001</Order>\n                <BookingId>DHIYDU</BookingId>\n                <PassengerSurname>WANGMO</PassengerSurname>\n                <PassengerName>PEMA MS</PassengerName>\n                <PTC>ADT</PTC>\n                <PassengerFoid>PP 71121272</PassengerFoid>\n                <PassengerDestination>MDQ</PassengerDestination>\n                <PassengerCheckin>OK</PassengerCheckin>\n                <Cabin>\n                    <Code>Y</Code>\n                    <Description>Economy</Description>\n                </Cabin>\n                <BaggageInformation>\n                    <BagUnit>0</BagUnit>\n                    <BagWeigth>0</BagWeigth>\n                    <BagaggeInterruptAirport/>\n                    <IsBaggagePool>false</IsBaggagePool>\n                    <BagTagInformation/>\n                </BaggageInformation>\n                <PsgrWeight>0</PsgrWeight>\n                <PsgrCategory/>\n                <PrintPsgrBoard/>\n                <PsgrRemark/>\n                <TSADescription/>\n                <TSAFreeText/>\n                <WarningPsgrInformation/>\n                <CarrierChangedPrints>N</CarrierChangedPrints>\n                <PrintBoardingData>\n                    <BoardingPass>\n                        <BoardingPassVersion/>\n                        <RecordLocator>\n                            <ID/>\n                            <Coupon/>\n                        </RecordLocator>\n                        <FlightCarrier/>\n                        <FlightNumber/>\n                        <BookingClass/>\n                        <BoardinDate/>\n                        <BoardingTime/>\n                        <DepartureAirportCode/>\n                        <ArrivalAirportCode/>\n                        <PsgrName/>\n                        <PsgrFOID/>\n                        <PsgrFrecuentFlyer/>\n                        <SecuritySelectee/>\n                        <TerminalInfomration>\n                            <Gate/>\n                        </TerminalInfomration>\n                        <Seat/>\n                        <BaggageReference/>\n                        <SequenceNumber/>\n                        <BoardingNumber/>\n                        <ETicketNumber/>\n                        <AgentCheckIn/>\n                        <BarCode2DInfo/>\n                        <Departure_AirportName/>\n                        <Departure_CityName/>\n                        <Arrival_AirportName/>\n                        <Arrival_CityName/>\n                        <CustomizedText/>\n                        <DepartureAirportName/>\n                        <ArrivalAirportName/>\n                        <BoardingGroupName/>\n                        <BoardingGroupIdentifier/>\n                        <FlightAdditionalInfo/>\n                    </BoardingPass>\n                </PrintBoardingData>\n                <PrintBoardingDataList/>\n            </PassengerList>\n        </FlightInfo>\n    </CheckInFlightsInformation>\n</KIU_AirCheckinModifyRS>"}],"_postman_id":"9826ef45-4cab-4a36-a2d7-25693d8ad536"}],"id":"966dc488-7cb8-45ba-8880-a830a2f4565a","_postman_id":"966dc488-7cb8-45ba-8880-a830a2f4565a","description":""},{"name":"old_methods (Still actived - to be depracted)","item":[{"name":"KIU_AirDemandTicketRQ","id":"127db051-b96e-4bcd-ace3-f50e2e57000e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirDemandTicketRQ EchoToken=\"GERSTGTSTDOC\" TimeStamp=\"2021-06-23T14:12:57Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"5\" />\n            <BookingChannel Type=\"1\" />\n        </Source>\n    </POS>\n    <DemandTicketDetail TourCode=\"\">\n        <BookingReferenceID ID=\"GPYVFP\">\n            <CompanyName Code=\"XX\" />\n        </BookingReferenceID>\n        <TPA_Extension>\n           <ValidatingCarrier Code=\"XX\"/>\n        </TPA_Extension>\n        <PaymentInfo PaymentType=\"5\">\n            <CreditCardInfo CardType=\"1\" CardCode=\"IK\" CardNumber=\"0123456789012345\" SeriesCode=\"123\" ExpireDate=\"1212\" ApprovalCode=\"1234567\"/>\n            <ValueAddedTax VAT=\"\" />\n        </PaymentInfo>\n        <Endorsement Info=\"THIS TICKET IS NONREFUNDABLE\" />\n    </DemandTicketDetail>\n</KIU_AirDemandTicketRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to issue the tickets of a reservation.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirDemandTicketRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"30a5db8d-9967-4173-b4d0-9164129a67d4","name":"KIU_AirDemandTicketRQ - Success - Credit Card issue","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirDemandTicketRQ EchoToken=\"GERSTGTSTDOC\" TimeStamp=\"2021-06-23T14:12:57Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"5\" />\n            <BookingChannel Type=\"1\" />\n        </Source>\n    </POS>\n    <DemandTicketDetail TourCode=\"\">\n        <BookingReferenceID ID=\"GPYVFP\">\n            <CompanyName Code=\"XX\" />\n        </BookingReferenceID>\n        <TPA_Extension>\n           <ValidatingCarrier Code=\"XX\"/>\n        </TPA_Extension>\n        <PaymentInfo PaymentType=\"5\">\n            <CreditCardInfo CardType=\"1\" CardCode=\"IK\" CardNumber=\"0123456789012345\" SeriesCode=\"123\" ExpireDate=\"1212\" ApprovalCode=\"1234567\"/>\n            <ValueAddedTax VAT=\"\" />\n        </PaymentInfo>\n        <Endorsement Info=\"THIS TICKET IS NONREFUNDABLE\" />\n    </DemandTicketDetail>\n</KIU_AirDemandTicketRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 23 Jun 2021 14:16:15 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"386"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirDemandTicketRS EchoToken=\"GERSTGTSTDOC\" TimeStamp=\"2021-06-23T14:16:15+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <BookingReferenceID ID=\"GPYVFP\" LastModificationDate=\"2021-06-23T14:16:14.91\">\n        <CompanyName Code=\"XX\" />\n    </BookingReferenceID>\n    <TicketItemInfo TicketNumber=\"9990210036393\" Type=\"eTicket\" ItemNumber=\"0\" TotalAmount=\"9013.60\" CommissionAmount=\"0.00\" PaymentType=\"5\">\n        <PassengerName>\n            <GivenName>FABRI</GivenName>\n            <Surname>TEST</Surname>\n        </PassengerName>\n    </TicketItemInfo>\n</KIU_AirDemandTicketRS>"}],"_postman_id":"127db051-b96e-4bcd-ace3-f50e2e57000e"},{"name":"KIU_TravelItineraryReadRQ","id":"2af79638-70d8-4a25-9778-be1e2614f459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadRQ EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:05:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\"/>\n\t</POS>\n\t<UniqueID Type=\"14\" ID=\"OHYILT\" />\n</KIU_TravelItineraryReadRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows user to retrieve a reservation, also it allows to retrieve the receipts in HTML of ticket and EMD and send the receipts to an email address.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_TravelItineraryReadRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"26fa13e6-e7c8-4f94-8b54-beec16d8ee56","name":"KIU_TravelItineraryReadRQ - Success - Retrieve record_locator","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadRQ EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:05:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\"/>\n\t</POS>\n\t<UniqueID Type=\"14\" ID=\"OHYILT\" />\n</KIU_TravelItineraryReadRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 11:08:03 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"3841"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryRS EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:08:03+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <TravelItinerary>\n        <ItineraryRef Type=\"14\" ID=\"OHYILT\" LastModificationDate=\"2021-06-28T12:06:45.57\" CreationDate=\"2021-06-28T11:54:00\">\n            <TPA_Extension>\n                <HostID Host=\"KIUPNR\">OHYILT</HostID>\n            </TPA_Extension>\n        </ItineraryRef>\n        <CustomerInfos>\n            <CustomerInfo RPH=\"1\">\n                <Customer PassengerTypeCode=\"ADT\">\n                    <PersonName>\n                        <Surname>TEST</Surname>\n                        <GivenName>ADULT</GivenName>\n                    </PersonName>\n                    <Document DocType=\"PP\" DocID=\"69087678\" />\n                    <ContactPerson>\n                        <Telephone>SEZ 7886889999</Telephone>\n                        <Email>WEBLINE@KIUSYS.COM</Email>\n                    </ContactPerson>\n                </Customer>\n            </CustomerInfo>\n            <CustomerInfo RPH=\"2\">\n                <Customer PassengerTypeCode=\"CNN\">\n                    <PersonName>\n                        <Surname>TEST</Surname>\n                        <GivenName>CHILD</GivenName>\n                    </PersonName>\n                    <Document DocType=\"PP\" DocID=\"987899\" />\n                </Customer>\n            </CustomerInfo>\n        </CustomerInfos>\n        <ItineraryInfo>\n            <ReservationItems>\n                <Item ItinSeqNumber=\"1\">\n                    <Air>\n                        <Reservation DepartureDateTime=\"2021-07-20T11:00:00\" ArrivalDateTime=\"2021-07-20T14:05:00\" FlightNumber=\"163\" ResBookDesigCode=\"B\" Status=\"39\">\n                            <DepartureAirport LocationCode=\"SEZ\" />\n                            <ArrivalAirport LocationCode=\"JNB\" />\n                            <MarketingAirline>XX</MarketingAirline>\n                        </Reservation>\n                    </Air>\n                </Item>\n                <Item ItinSeqNumber=\"2\">\n                    <Air>\n                        <Reservation DepartureDateTime=\"2021-07-28T10:00:00\" ArrivalDateTime=\"2021-07-28T16:55:00\" FlightNumber=\"160\" ResBookDesigCode=\"B\" Status=\"39\">\n                            <DepartureAirport LocationCode=\"JNB\" />\n                            <ArrivalAirport LocationCode=\"SEZ\" />\n                            <MarketingAirline>XX</MarketingAirline>\n                        </Reservation>\n                    </Air>\n                </Item>\n            </ReservationItems>\n            <ItineraryPricing ItemRPHList=\"01 02\" >\n                <Cost AmountBeforeTax=\"160800\" AmountAfterTax=\"277259.4\" />\n                <Taxes>\n                    <Tax TaxCode=\"O5\" Amount=\"50410.8\" CurrencyCode=\"ARS\" />\n                    <Tax TaxCode=\"Q1\" Amount=\"58812.6\" CurrencyCode=\"ARS\" />\n                    <Tax TaxCode=\"YQ\" Amount=\"7236\" CurrencyCode=\"ARS\" />\n                </Taxes>\n                <Fees>\n\t\t\t\t\t</Fees>\n            </ItineraryPricing>\n            <SpecialRequestDetails>\n                <SpecialServiceRequests>\n                    <SeatRequests>\n                        <SeatRequest Number=\"1\" FlightRefNumberRPHLists=\"1\" TravelerRefNumberRPHList=\"1\" SeatNumber=\"1A\" Status=\"HK\"/>\n                        <SeatRequest Number=\"3\" FlightRefNumberRPHLists=\"2\" TravelerRefNumberRPHList=\"1\" SeatNumber=\"1E\" Status=\"HK\"/>\n                        <SeatRequest Number=\"2\" FlightRefNumberRPHLists=\"1\" TravelerRefNumberRPHList=\"2\" SeatNumber=\"1B\" Status=\"HK\"/>\n                        <SeatRequest Number=\"4\" FlightRefNumberRPHLists=\"2\" TravelerRefNumberRPHList=\"2\" SeatNumber=\"1F\" Status=\"HK\"/>\n                    </SeatRequests>\n                    <SpecialServiceRequest Number=\"1\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPHList=\"1\">\n                        <Airline Code=\"XX\" />\n                        <FlightLeg Date=\"2021-07-20\" FlightNumber=\"0163\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"SEZ\"/>\n                            <ArrivalAirport LocationCode=\"JNB\"/>\n                        </FlightLeg>\n                    </SpecialServiceRequest>\n                    <SpecialServiceRequest Number=\"3\" ServiceQuantity=\"1\" Code=\"TKNE\" Status=\"HK\" TravelerRefNumberRPHList=\"1\">\n                        <Airline Code=\"XX\" />\n                        <FlightLeg Date=\"2021-07-20\" FlightNumber=\"0163\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"SEZ\"/>\n                            <ArrivalAirport LocationCode=\"JNB\"/>\n                        </FlightLeg>\n                    </SpecialServiceRequest>\n                    <SpecialServiceRequest Number=\"2\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPHList=\"1\">\n                        <Airline Code=\"XX\" />\n                        <FlightLeg Date=\"2021-07-28\" FlightNumber=\"0160\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"JNB\"/>\n                            <ArrivalAirport LocationCode=\"SEZ\"/>\n                        </FlightLeg>\n                    </SpecialServiceRequest>\n                    <SpecialServiceRequest Number=\"4\" ServiceQuantity=\"1\" Code=\"TKNE\" Status=\"HK\" TravelerRefNumberRPHList=\"1\">\n                        <Airline Code=\"XX\" />\n                        <FlightLeg Date=\"2021-07-28\" FlightNumber=\"0160\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"JNB\"/>\n                            <ArrivalAirport LocationCode=\"SEZ\"/>\n                        </FlightLeg>\n                    </SpecialServiceRequest>\n                    <SpecialServiceRequest Number=\"5\" ServiceQuantity=\"1\" Code=\"TKNE\" Status=\"HK\" TravelerRefNumberRPHList=\"2\">\n                        <Airline Code=\"XX\" />\n                        <FlightLeg Date=\"2021-07-20\" FlightNumber=\"0163\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"SEZ\"/>\n                            <ArrivalAirport LocationCode=\"JNB\"/>\n                        </FlightLeg>\n                    </SpecialServiceRequest>\n                    <SpecialServiceRequest Number=\"6\" ServiceQuantity=\"1\" Code=\"TKNE\" Status=\"HK\" TravelerRefNumberRPHList=\"2\">\n                        <Airline Code=\"XX\" />\n                        <FlightLeg Date=\"2021-07-28\" FlightNumber=\"0160\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"JNB\"/>\n                            <ArrivalAirport LocationCode=\"SEZ\"/>\n                        </FlightLeg>\n                    </SpecialServiceRequest>\n                </SpecialServiceRequests>\n            </SpecialRequestDetails>\n            <Ticketing TicketingStatus=\"3\" TicketType=\"eTicket\" eTicketNumber=\"9990210036399\" TravelerRefNumber=\"1\" />\n            <Ticketing TicketingStatus=\"3\" TicketType=\"eTicket\" eTicketNumber=\"9990210036400\" TravelerRefNumber=\"2\" />\n        </ItineraryInfo>\n        <AdditionalInfoForPaymentProcess>{\"additional_info_for_payment_process\": {\"passengers_information\": [{\"surname\": \"TEST\",\"name\": \"ADULT\",\"passenger_type\": \"ADULT\", \"contact_email\": \"WEBLINE@KIUSYS.COM\"},{\"surname\": \"TEST\",\"name\": \"CHILD\",\"passenger_type\": \"CHILD\"}],\"itinerary_country_codes\": [\"SC\",\"ZA\"],\"external_reference_description\": {\"en\": {\"description\": \"BOLETO AEREO INGLES\"},\"es\": {\"description\": \"BOLETO AEREO ESPA\"},\"de\": {\"description\": \"BOLETO AEREO ALEMAN\"}},\"airline_logo_url\": [{\"country_code\": \"YY\", \"language_code\": \"YY\", \"url\": \"http://flyariella.com/temp/flyariella_logo%5B1%5D-2.png\"}],\"pnr\": {\"id\": \"OHYILT\",\"reservationAgent\": {\"id\": \"KIUHELPGN\",\"firstName\": \"GERARDO\",\"lastName\": \"NIZETICH\"},\"reservationOffice\": {\"id\": \"AEP00XX8\",\"country\": \"AR\"},\"saleOffice\": {\"id\": \"AEP00XX8\",\"country\": \"AR\"}, \"passengers\": [{\"id\":\"\",\"country\": \"\",\"level\":\"1\",\"firstName\":\"ADULT\",\"lastName\":\"TEST\",\"documentType\": \"5\",\"documentNumber\": \"69087678\",\"email\": \"WEBLINE@KIUSYS.COM\",\"homePhoneNumber\": \"7886889999\",\"officePhoneNumber\": \"\",\"mobilePhoneNumber\": \"\",\"phoneNumber\": \"\",\"emergencyNumber\": \"\",\"address\": {\"country\": \"\", \"city\": \"\", \"street\": \"\"}},{\"id\":\"\",\"country\": \"\",\"level\":\"1\",\"firstName\":\"CHILD\",\"lastName\":\"TEST\",\"documentType\": \"5\",\"documentNumber\": \"987899\",\"email\": \"WEBLINE@KIUSYS.COM\",\"homePhoneNumber\": \"7886889999\",\"officePhoneNumber\": \"\",\"mobilePhoneNumber\": \"\",\"phoneNumber\": \"\",\"emergencyNumber\": \"\",\"address\": {\"country\": \"\", \"city\": \"\", \"street\": \"\"}}], \"itinerary\": [ {\"departureDate\": \"2021-07-20T11:00:00\",\"arrivalDate\": \"2021-07-20T14:05:00\",\"flightNumber\": \"XX163\",\"origin\": \"SEYCHELLES INTL\",\"destination\": \"O.R. TAMBO INTERNATIONAL AIRPORT\",\"travelClass\": \"B\"}, {\"departureDate\": \"2021-07-28T10:00:00\",\"arrivalDate\": \"2021-07-28T16:55:00\",\"flightNumber\": \"XX160\",\"origin\": \"O.R. TAMBO INTERNATIONAL AIRPORT\",\"destination\": \"SEYCHELLES INTL\",\"travelClass\": \"B\"}]},\"pnr_openpay\": {\"id\": \"OHYILT\",\"reservationAgent\": {\"id\": \"KIUHELPGN\",\"firstName\": \"GERARDO\",\"lastName\": \"NIZETICH\"},\"reservationOffice\": {\"id\": \"AEP00XX8\",\"country\": \"AR\"},\"saleOffice\": {\"id\": \"AEP00XX8\",\"country\": \"AR\"}, \"passengers\": [{\"id\":\"\",\"country\": \"\",\"level\":\"1\",\"firstName\":\"ADULT\",\"lastName\":\"TEST\",\"documentType\": \"5\",\"documentNumber\": \"69087678\",\"email\": \"WEBLINE@KIUSYS.COM\",\"homePhoneNumber\": \"7886889999\",\"officePhoneNumber\": \"\",\"mobilePhoneNumber\": \"\",\"phoneNumber\": \"\",\"emergencyNumber\": \"\",\"address\": {\"country\": \"\", \"city\": \"\", \"street\": \"\"}},{\"id\":\"\",\"country\": \"\",\"level\":\"1\",\"firstName\":\"CHILD\",\"lastName\":\"TEST\",\"documentType\": \"5\",\"documentNumber\": \"987899\",\"email\": \"WEBLINE@KIUSYS.COM\",\"homePhoneNumber\": \"7886889999\",\"officePhoneNumber\": \"\",\"mobilePhoneNumber\": \"\",\"phoneNumber\": \"\",\"emergencyNumber\": \"\",\"address\": {\"country\": \"\", \"city\": \"\", \"street\": \"\"}}], \"itinerary\": [ {\"departureDate\": \"2021-07-20T11:00:00\",\"arrivalDate\": \"2021-07-20T14:05:00\",\"flightNumber\": \"XX163\",\"origin\": \"SEYCHELLES INTL\",\"destination\": \"O.R. TAMBO INTERNATIONAL AIRPORT\",\"travelClass\": \"B\"}, {\"departureDate\": \"2021-07-28T10:00:00\",\"arrivalDate\": \"2021-07-28T16:55:00\",\"flightNumber\": \"XX160\",\"origin\": \"O.R. TAMBO INTERNATIONAL AIRPORT\",\"destination\": \"SEYCHELLES INTL\",\"travelClass\": \"B\"}]},\"pnr_everypay\": { \"passengers\": [{\"id\":\"\",\"country\": \"\",\"level\":\"1\",\"firstName\":\"ADULT\",\"lastName\":\"TEST\",\"documentType\": \"5\",\"documentNumber\": \"69087678\",\"email\": \"WEBLINE@KIUSYS.COM\",\"homePhoneNumber\": \"7886889999\",\"officePhoneNumber\": \"\",\"mobilePhoneNumber\": \"\",\"phoneNumber\": \"\",\"emergencyNumber\": \"\",\"address\": {\"country\": \"\", \"city\": \"\", \"street\": \"\"}},{\"id\":\"\",\"country\": \"\",\"level\":\"1\",\"firstName\":\"CHILD\",\"lastName\":\"TEST\",\"documentType\": \"5\",\"documentNumber\": \"987899\",\"email\": \"WEBLINE@KIUSYS.COM\",\"homePhoneNumber\": \"7886889999\",\"officePhoneNumber\": \"\",\"mobilePhoneNumber\": \"\",\"phoneNumber\": \"\",\"emergencyNumber\": \"\",\"address\": {\"country\": \"\", \"city\": \"\", \"street\": \"\"}}]},\"ingenico\": {\"pnr\": \"OHYILT\", \"agentNumericCode\":  \"99084110\", \"travelAgencyName\": \"CAPACITACION XX\", \"issueDate\": \"20210701\", \"passengerName\": \"ADULT TEST\", \"flightDate\": \"20210720\", \"name\": \"LINEAS AEREAS XX \", \"code\": \"999 \", \"flightLegs\": [{\"items\": [ {\"date\": \"20210720\",\"departureTime\": \"11:00\",\"arrivalTime\": \"14:05\",\"carrierCode\": \"XX\",\"flightNumber\": \"163\",\"originAirport\": \"SEZ\",\"arrivalAirport\": \"JNB\",\"fareBasis\": \"BOW\",\"airlineClass\": \"B\"}, {\"date\": \"20210728\",\"departureTime\": \"10:00\",\"arrivalTime\": \"16:55\",\"carrierCode\": \"XX\",\"flightNumber\": \"160\",\"originAirport\": \"JNB\",\"arrivalAirport\": \"SEZ\",\"fareBasis\": \"BOW\",\"airlineClass\": \"B\"}]}], \"totalFare\": \"160800.00\", \"totalFee\": \"0\", \"totalTaxes\": \"116459.40\"},\"worldpay\": {\"branchSpecificExtension\": {\"airline\": {\"code\": \"XX\",\"airlineName\": \"LINEAS AEREAS XX\",\"passenger\": {\"code\": \"OHYILT\", \"name\": \"TEST/ADULT\"},\"ticket\": {\"code\": \"OHYILT\",\"restricted\": \"0\",\"issuer\": {\"address\": {\"address1\": \"CALLE\",\"postalCode\": \"ZIP123\",\"city\": \"CITY\",\"countryCode\": \"AR\"}},\"flight\": [{\"carrierCode\": \"XX\",\"flightCode\": \"163\",\"departureAirport\": \"SEZ\",\"arrivalAirport\": \"JNB\",\"departureDate\": {\"date\": {\"dayOfMonth\": \"20\", \"month\": \"07\", \"year\": \"2021\"}},\"fare\": {\"class\": \"B\", \"basis\": \"BOW\"},\"tax\": {\"amount\": {\"value\": \"0\", \"currencyCode\": \"EUR\", \"exponent\": \"0\"}}},{\"carrierCode\": \"XX\",\"flightCode\": \"163\",\"departureAirport\": \"SEZ\",\"arrivalAirport\": \"JNB\",\"departureDate\": {\"date\": {\"dayOfMonth\": \"20\", \"month\": \"07\", \"year\": \"2021\"}},\"fare\": {\"class\": \"B\", \"basis\": \"BOW/CH\"},\"tax\": {\"amount\": {\"value\": \"0\", \"currencyCode\": \"EUR\", \"exponent\": \"0\"}}},{\"carrierCode\": \"XX\",\"flightCode\": \"160\",\"departureAirport\": \"JNB\",\"arrivalAirport\": \"SEZ\",\"departureDate\": {\"date\": {\"dayOfMonth\": \"28\", \"month\": \"07\", \"year\": \"2021\"}},\"fare\": {\"class\": \"B\", \"basis\": \"BOW/CH\"},\"tax\": {\"amount\": {\"value\": \"0\", \"currencyCode\": \"EUR\", \"exponent\": \"0\"}}},{\"carrierCode\": \"XX\",\"flightCode\": \"160\",\"departureAirport\": \"JNB\",\"arrivalAirport\": \"SEZ\",\"departureDate\": {\"date\": {\"dayOfMonth\": \"28\", \"month\": \"07\", \"year\": \"2021\"}},\"fare\": {\"class\": \"B\", \"basis\": \"BOW\"},\"tax\": {\"amount\": {\"value\": \"0\", \"currencyCode\": \"EUR\", \"exponent\": \"0\"}}}]},\"agent\": {\"code\": \"AR084110\", \"name\": \"CAPACITACION XX\"}}}},\"taxes_list\": [{\"tax_code\": \"O5\",\"currency_key\": \"ARS\",\"amount\": 50410.80,\"collectable\": true,\"paid\": false,\"quotation_mode\": \"AUTOMATIC\"},{\"tax_code\": \"Q1\",\"currency_key\": \"ARS\",\"amount\": 58812.60,\"collectable\": true,\"paid\": false,\"quotation_mode\": \"AUTOMATIC\"},{\"tax_code\": \"YQ\",\"currency_key\": \"ARS\",\"amount\": 7236.00,\"collectable\": true,\"paid\": false,\"quotation_mode\": \"AUTOMATIC\"}],\"paypal_information2\": {\"airline_itineraries\": [{\"passenger\": {\"name\": {\"full_name\": \"TEST ADULT\"},\"country_code\": \"AR\"},\"ticket\": {\"number\":\"OHYILT\",\"travel_agency_name\":\"CAPACITACION XX\",\"travel_agency_code\":\"AEP00XX8\",\"issue_date\":\"2021-07-01\",\"issuing_carrier_code\":\"XX\"},\"flight_leg_details\": [{\"service_class\":\"B\",\"departure_date\":\"2021-07-20\",\"departure_time\":\"11:00\",\"carrier_code\":\"XX\",\"stopover_code\":\"X\",\"departure_airport\":\"SEZ\",\"arrival_airport\": \"JNB\",\"flight_number\":\"163\",\"fare_basis_code\":\"BOW\"},{\"service_class\":\"B\",\"departure_date\":\"2021-07-28\",\"departure_time\":\"10:00\",\"carrier_code\":\"XX\",\"stopover_code\":\"X\",\"departure_airport\":\"JNB\",\"arrival_airport\": \"SEZ\",\"flight_number\":\"160\",\"fare_basis_code\":\"BOW\"}]}]},\"itinerary_information\": {\"hours_to_first_departure\": 452},\"point_of_sale\": {\"user\":\"00XX\",\"kiu_device_id\":\"AEP00XX817\",\"country\": \"AR\",\"city\": \"AEP\",\"sale_channel\": \"AIR\",\"office_issue_code\": \"AR-08411-0\"},\"send_email_from\": \"NOREPLY@TEST.COM\"}}</AdditionalInfoForPaymentProcess>\n        <RefundProtectInformation>\n            <config>{\"refund_protect_information\": {\"currency\": \"USD\",\"amount\": 9.99,\"pnr_remark\": \"EL CONTENIDO DE ESTE ELEMENTO DEBE INLSUIRSE EN LA RESERVA SI EL USUARIO ELIGE AGREGAR EL SERVICIO\",\"selected\": true}}</config>\n            <html>\n                <![CDATA[<div class=\"refundprotect\"><form class=\"refundprotect__container\"><div class=\"refundprotect__optionAdd\"><input id=\"refundprotect__optionAdd\" type=\"radio\" name=\"refundprotect__option\" value=\"refundprotect__added\" checked=\"checked\"/><label for=\"refundprotect__optionAdd\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" width=\"20\"><path d=\"M467 84L275 4a48 48 0 00-37 0L46 84c-18 7-30 25-30 44 0 199 115 336 222 380 11 5 25 5 36 0 86-35 222-159 222-380 0-19-12-37-29-44zm-48 114L235 382c-6 6-16 6-22 0L109 278c-6-6-6-17 0-23l22-22c7-7 17-7 23 0l70 70 150-150c6-7 17-7 23 0l22 22c7 7 7 17 0 23z\"></path></svg><span>Refundable Booking</span><span class=\"refundprotect__promo\">Recommended</span><span class=\"refundprotect__price\">$9.99</span></label>\r\n</div><div class=\"refundprotect__features\"><div class=\"refundprotect__feat\"><span>Sickness, Accident, Injury</span><span>Public transport failure</span><span>Private vehicle failure</span><span>Emergency services recall</span><span>Home emergency</span><span>Immediate relative sickness</span><span>Pre-existing medical conditions</span><span>And many more?</span></div><div class=\"refundprotect__description\">Upgrade your booking and receive a 100% refund if you cannot attend for one of the many reasons in our <a href=\"https://www.refundable.me/\">Terms and Conditions</a>\r\nhere, which you accept when you select a Refundable Booking.</div>\r\n</div><div class=\"refundprotect__optionRemove\"><input id=\"refundprotect__optionRemove\" type=\"radio\" name=\"refundprotect__option\" value=\"refundprotect__optionRemove\"/><label for=\"refundprotect__optionRemove\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" width=\"20\"><path d=\"M362 14c-9-9-22-14-34-14H185c-13 0-25 5-34 14L14 151c-9 9-14 21-14 33v144c0 12 5 24 14 33l137 137c9 9 21 14 33 14h144c12 0 25-5 34-14l136-137c9-9 14-21 14-34V186c0-13-5-25-14-34L362 14zm118 314c0 4-2 8-5 11L339 475c-3 3-7 5-11 5H185c-5 0-9-2-12-5L37 339c-3-3-5-7-5-11V185c0-5 2-9 5-12L173 37c3-3 7-5 11-5h144c4 0 8 2 11 5l136 136c3 3 5 7 5 11v144zm-129 14l-9 9c-4 5-12 5-17 0l-69-69-69 69c-5 5-13 5-17 0l-9-9c-5-4-5-12 0-17l69-69-69-69c-5-5-5-13 0-17l9-9c4-5 12-5 17 0l69 69 69-69c5-5 13-5 17 0l9 9c5 4 5 12 0 17l-69 69 69 69c4 5 4 13 0 17z\"></path></svg><span>Non Refundable Booking</span></label>\r\n</div>\r\n</form>\r\n</div>]]>\n</html>\n</RefundProtectInformation>\n<TPA_Extension>\n    <Office>AEP00XX8 - LINEAS AEREAS XX</Office>\n</TPA_Extension>\n</TravelItinerary>\n</KIU_TravelItineraryRS>"},{"id":"9dd68a94-66cb-4852-9802-aaf01da9efd7","name":"KIU_TravelItineraryReadRQ - Success - Retrieve Ticket number","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadRQ EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:05:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" />\n\t</POS>\n\t<UniqueID Type=\"30\" ID=\"9990210036399\" />\n</KIU_TravelItineraryReadRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 11:12:10 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryRS EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:12:10+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <Ticketing>\n            <TicketAdvisory>\n                <![CDATA[<html lang=\"pt\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"><title>Recibo de itiner&#225;rio - OHYILT</title><style type=\"text/css\">@media print {.back-color {background-color: #ffffff !important;-webkit-print-color-adjust: exact;} .container {background-color: #ffffff !important;-webkit-print-color-adjust: exact;}table {background-color: #ffffff;-webkit-print-color-adjust: exact;}}  .pnr-print-small{font-size:8px;}  .pnr-print-medium{font-size:12px;}  .pnr-print-big{font-size:14px;}</style></head><body style=\"background-color: #F8F9FA\"><div class=\"container\" style=\"background-color: #F8F9FA; margin: 0 auto; width: 100%; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; border: 0; font-size:12px; word-break: break-word; display: block;\"><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr align=\"center\" bgcolor=\"#ffffff\" style=\"border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 1px solid #E9ECEF; background-color: #FFFFFF\"><th colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" style=\"background-color: #FFFFFF\"><head><img src=\"https://cdn.kiusys.net/stage/res_receipt/xx/logotest_16225665751523943.png\" alt=\"Logo\" border=\"0\" width=\"400px\" height=\"auto\"></th></tr></thead><tbody><tr bgcolor=\"#ffffff\" style=\"color: #495057; border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 0px; background-color: #FFFFFF\"><td colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-weight: 400; border: 0; padding: 16px; text-align: center; text-transform: uppercase; font-size: 13px; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>BILHETE ELETR&#212;NICO </b></span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">*ORIGINAL*</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0px\" cellpadding=\"12px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr bgcolor=\"#DFE3EA\" padding=\"16px\" style=\"background-color: #DFE3EA\"><th valign=\"center\" colspan=\"2\" align=\"left\" padding=\"16px\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #A7B3C5; background-color: #DFE3EA; padding: 16px\"><span style=\"color: #002157; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INFORMA&#199;&#195;O DO N&#218;MERO DO SEU BILHETE </span><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>9990210036399</b></span></th></tr></thead><tbody><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Por favor leia esse documento cuidadosamente</b></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome do passageiro</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>ADULT TEST</b></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>VAT</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Cidade e data de emiss&#227;o</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BUENOS AIRES, 28/06/2021</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Documento de identifica&#231;&#227;o</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" padding=\"6px\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">PP69087678</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo de Passageiro</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Adulto</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>C&#243;digo de reserva</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">OHYILT</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agente Emissor</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agencia/Office ID</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">CAPACITACION XX</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endere&#231;o</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">SAN MARTIN 320, PISO 4 </span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Telefone</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0054 11 4878 2222  - ANALISISKIBE@KIUSYS.COM</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Usu&#225;rio</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">KIUHELPGN</span></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Linha A&#233;rea</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">XX KIU AIRLINES</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endere&#231;o</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>NIT</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">20342868844</span></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Detalhes do pagamento</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Conceito</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tarifa</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">USD 800.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Moeda Equivalente</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 80400.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Impostos e taxas (2)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 58229.70</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>C&#243;digo de Turismo</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor total</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 138629.70</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Taxas (3)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor total pago</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 138629.70</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Forma de pagamento</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Detalhe</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>&#192; VISTA</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(1)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS - ARGENTINE PESO<BR>USD - US DOLLAR<BR></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(2)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS    25205.40O5   29406.30Q1   3618.00YQ</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(3)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itiner&#225;rio</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>XX163</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Origem</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MAHE ISLAND</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Destino</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">JOHANNESBURG</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da Partida - Horario</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TUE 20-JUL-2021 11:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da chegada - hora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TUE 20-JUL-2021 14:05</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Base tarif&#225;ria</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOW</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagem Despachada</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0 PE&#199;AS</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Status</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ABERTO PARA SER UTILIZADO</span></tr></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itiner&#225;rio</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>XX160</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Origem</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">JOHANNESBURG</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Destino</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MAHE ISLAND</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da Partida - Horario</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">WED 28-JUL-2021 10:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da chegada - hora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">WED 28-JUL-2021 16:55</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Base tarif&#225;ria</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOW</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagem Despachada</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0 PE&#199;AS</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Status</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ABERTO PARA SER UTILIZADO</span></tr></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Observa&#231;&#245;es</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-medium\">EN FACTURACION, DEBERA PRESENTAR UN DOCUMENTO DE IDENTIDAD CON FOTOGRAFIA Y EL DOCUMENTO USADO COMO REFERENCIA<br></p><p class=\"pnr-print-medium\">EL CONTRATO DE TRANSPORTE ESTA IGUALMENTE SUJETO A LAS CONDICIONES DE TRANSPORTE, DE BILLETES Y DE RESERVA QUE PODRA<br></p><p class=\"pnr-print-medium\">SOLICITAR EN CUALQUIER OFICINA DE PLUS ULTRA LINEAS AEREAS O CONSULTAR EN NUESTRA PAGINA WEB OFICIAL WWW.TESTTEST.COM<br></p><p class=\"pnr-print-small\"><B>FOR CHECK IN AT THE AIRPORT YOU MUST PRESENT A VALID ID:</B><BR><a href=\" HTTPS://WWW.KIUSYS.COM.AR \">CONDICIONES DE LA COMPRA</a></p><p class=\"pnr-print-medium\"><br></p></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" colspan=\"2\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endosso</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NON END / REF  CONDITIONS AND PENALTY APPLY</span></th></tr></thead></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Informa&#231;&#227;o geral</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-small\"></p><p class=\"pnr-print-medium\">CONSULTE LAS DISPOSICIONES JURIDICAS RELATIVAS A SU BILLETE EN LOS SIGUIENTES LINKS:<br></p><p class=\"pnr-print-small\">WWW.PLUSULTRA.COM/CONDICIONES-DEL-BILLETE</p><p class=\"pnr-print-medium\"><br></p><p class=\"pnr-print-medium\">PUEDE CONSULTAR NUESTRA POLITICA DE EQUIPAJES EN LOS SIGUIENTES LINKS:<br></p><p class=\"pnr-print-small\">WWW.PLUSULTRA.COM/EQUIPAJE/FRANQUICIA-DE-EQUIPAJE<BR></p><p class=\"pnr-print-medium\"><br></p><p class=\"pnr-print-medium\"><B><a href=\"https://fitsair.com/terms-and-conditions-of-carriage/</a></B><br></p><p class=\"pnr-print-medium\"><a href=\"HTTPS://WWW.KIUSYS.COM/DOCS/HOST/\">POR FAVOR SIGA ESTE LINK:</a><br></p><p class=\"pnr-print-medium\"><a href=\"HTTPS://WWW.LATAM.COM/ES_AR/INFORMACION-PARA-TU-VIAJE/EQUIPAJE/EQUIPAJE-DE-MANO/\">CLICK AQUI PARA MAS INFORMACION SOBRE EQUIPAJE DE MANO:</a><br></p><p class=\"pnr-print-small\"><a href=\"HTTPS://WWW.DAFONT.COM/ES/\">FUENTES:</a></p><p class=\"pnr-print-medium\"><br></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">IMPRESSO POR AGENTE </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">AEP00XXSM/JUN 28 2021  9:10</span></th></tr></thead></table></div></body></html>]]>\n            </TicketAdvisory>\n        </Ticketing>\n    </ItineraryInfo>\n</KIU_TravelItineraryRS>"},{"id":"fd7b34f4-899e-4162-aea6-985f197387be","name":"KIU_TravelItineraryReadRQ - Success - Retrieve EMD number","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadRQ EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:05:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" />\n\t</POS>\n\t<UniqueID Type=\"44\" ID=\"9995570205062\" />\n</KIU_TravelItineraryReadRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 11:18:27 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1234"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryRS EchoToken=\"GETTESTDOCS\" TimeStamp=\"2021-07-01T11:18:27+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <Ticketing>\n            <TicketAdvisory>\n                <![CDATA[<HTML><HEAD><STYLE>.pnr-print-small {font-size: 8px;}.pnr-print-medium {font-size: 12px;}.pnr-print-big {font-size: 14px;}</STYLE></HEAD><BODY><PRE class=\"pnr-print-medium\"> EMD - ELECTRONIC MISCELLANEOUS DOCUMENT <B> * DUPLICATE *</B><IMG SRC=\"cid:imagen_1280\" ID_LOGO=\"1280\" >\r\r\r     PAX NAME / GROUP NAME:  <B>TEST/ADULT          </B></B>\r\r                                              EMD NUMBER:  <B>9995570205062</B><B>CAPACITACION XX               </B>               EMD TYPE  :  A (ASSOCIATED)\r SAN MARTIN 320, PISO 4        \r CAPITAL FEDERAL, ARGENTINA         DATE OF ISSUE: 28 JUN 2021\r PHONE: 0054 11 4878 2222             ISSUE AGENT: KIUHELPGN\r OFFICE ID: AR-08411-0                       FOID: PP69087678          \r                                   \r\rISSUING AIRLINE             : XX\rADDRESS                     : ALEM 1110\rNIT                         : NNNNN                         \r\r\rBOOKING REF.: \r\rC1/<B>OHYILT</B>\r\rREASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE\r\r\rREASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE\r\r CPN 1   PRE PAID BAGGAGE(0AA)         DATE OF SERVICE: 20JUL21     OPEN FOR USE\r  PRESENT TO-LINEAS AEREAS XX\r  PRESENT AT-SEZ MAHE ISLAND\r CPN 2   PRE PAID BAGGAGE(0AA)         DATE OF SERVICE: 28JUL21     OPEN FOR USE\r  PRESENT TO-LINEAS AEREAS XX\r  PRESENT AT-JNB JOHANNESBURG</PRE><PRE class=\"pnr-print-medium\">AL MOMENTO DE REALIZAR SU CHECK-IN, DEBERA PRESENTAR SU DOCUMENTO DE IDENTIFICACION CON FOTOGRAFIA.\r</PRE><PRE class=\"pnr-print-medium\">\r\rENDORSEMENTS      : NON END/NON REF\rTOUR CODE         : \rREMARK            : \r\rFORM OF PAYMENT:      6633.00  CASH\r\r\rAMOUNT/CHARGE/FEE : USD       40.00\rEQUIV. AMOUNT     : ARS     4020.00\rTAX               : ARS     1206.00O5     1407.00Q1\rTOTAL             : <B>ARS     6633.00</B></PRE><PRE class=\"pnr-print-small\"><a href=\"HTTP://WWW.KIUSYS.COM\">FAQ</a> \rCONDITIONS MAY APPLY. THESE TERMS AND CONDITIONS MAY BE PROVIDED SEPARATELY OR MAY BE OBTAINED FROM THE ISSUING COMPANY OR AGENT.\r(ESTO ES ENTRE PARENTESIS)\rESTO ES AND &\rESTO ES BARRA BARRA //\rESTO ES DIVISION %<a href=\"WWW.KIUSYS.COM\">WEB DE KIU</a> \r\r\r\r\r\r\r\r\r\r\r\r\rPRINTED BY AGENT AEP00XXSM/JUL  1 2021  8:18</PRE></BODY></HTML>]]>\n</TicketAdvisory>\n</Ticketing>\n</ItineraryInfo>\n</KIU_TravelItineraryRS>"},{"id":"cb859105-60ce-4fc3-8daa-b1b323440016","name":"KIU_TravelItineraryReadRQ  - Success - Send ticket to an email address","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-01-01T11:23:36Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" />\n\t</POS>\n\t<UniqueID Type=\"30\" ID=\"9990210036399\" />\n\t<Verification>\n\t\t<Email>GNIZETICH@KIUSYS.COM</Email>\n\t</Verification>\n</KIU_TravelItineraryReadRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 11:24:43 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"3555"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T11:24:43+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <Ticketing>\n            <TicketAdvisory>\n                <![CDATA[<html lang=\"pt\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"><title>Recibo de itiner&#225;rio - OHYILT</title><style type=\"text/css\">@media print {.back-color {background-color: #ffffff !important;-webkit-print-color-adjust: exact;} .container {background-color: #ffffff !important;-webkit-print-color-adjust: exact;}table {background-color: #ffffff;-webkit-print-color-adjust: exact;}}  .pnr-print-small{font-size:8px;}  .pnr-print-medium{font-size:12px;}  .pnr-print-big{font-size:14px;}</style></head><body style=\"background-color: #F8F9FA\"><div class=\"container\" style=\"background-color: #F8F9FA; margin: 0 auto; width: 100%; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; border: 0; font-size:12px; word-break: break-word; display: block;\"><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr align=\"center\" bgcolor=\"#ffffff\" style=\"border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 1px solid #E9ECEF; background-color: #FFFFFF\"><th colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" style=\"background-color: #FFFFFF\"><head><img src=\"https://cdn.kiusys.net/stage/res_receipt/xx/logotest_16225665751523943.png\" alt=\"Logo\" border=\"0\" width=\"400px\" height=\"auto\">\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#ffffff\" style=\"color: #495057; border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 0px; background-color: #FFFFFF\"><td colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-weight: 400; border: 0; padding: 16px; text-align: center; text-transform: uppercase; font-size: 13px; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>BILHETE ELETR&#212;NICO </b></span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">*DUPLICADO*</span></td>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0px\" cellpadding=\"12px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr bgcolor=\"#DFE3EA\" padding=\"16px\" style=\"background-color: #DFE3EA\"><th valign=\"center\" colspan=\"2\" align=\"left\" padding=\"16px\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #A7B3C5; background-color: #DFE3EA; padding: 16px\"><span style=\"color: #002157; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INFORMA&#199;&#195;O DO N&#218;MERO DO SEU BILHETE </span><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>9990210036399</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Por favor leia esse documento cuidadosamente</b></span>\r\n</td>\r\n</tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome do passageiro</b></span>\r\n</td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>ADULT TEST</b></span>\r\n</td>\r\n</tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>VAT</b></span>\r\n</td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">   </span></td>\r\n</tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Cidade e data de emiss&#227;o</b></span>\r\n</td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BUENOS AIRES, 28/06/2021</span></td>\r\n</tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Documento de identifica&#231;&#227;o</b></span>\r\n</td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" padding=\"6px\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">PP69087678</span></td>\r\n</tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo de Passageiro</b></span>\r\n</td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Adulto</span></td>\r\n</tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>C&#243;digo de reserva</b></span>\r\n</td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">OHYILT</span></td>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agente Emissor</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agencia/Office ID</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">CAPACITACION XX</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endere&#231;o</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">SAN MARTIN 320, PISO 4 </span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Telefone</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0054 11 4878 2222  - ANALISISKIBE@KIUSYS.COM</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Usu&#225;rio</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">KIUHELPGN</span></tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Linha A&#233;rea</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">XX KIU AIRLINES</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endere&#231;o</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> </span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>NIT</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">20342868844</span></tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Detalhes do pagamento</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Conceito</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor</b></span>\r\n</td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tarifa</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">USD 800.00</span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Moeda Equivalente</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 80400.00</span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Impostos e taxas (2)</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 58229.70</span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>C&#243;digo de Turismo</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> </span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor total</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 138629.70</span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Taxas (3)</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">  </span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor total pago</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 138629.70</span></td>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Forma de pagamento</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Detalhe</b></span>\r\n</td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>&#192; VISTA</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">  </span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(1)</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS - ARGENTINE PESO<BR>USD - US DOLLAR<BR>\r\n</span>\r\n</td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(2)</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS    25205.40O5   29406.30Q1   3618.00YQ</span></td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(3)</b></span>\r\n</td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">  </span></td>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itiner&#225;rio</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>XX163</b></span>\r\n</td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Origem</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MAHE ISLAND</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Destino</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">JOHANNESBURG</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da Partida - Horario</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TUE 20-JUL-2021 11:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da chegada - hora</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TUE 20-JUL-2021 14:05</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Base tarif&#225;ria</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOW</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagem Despachada</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0 PE&#199;AS</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Status</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ABERTO PARA SER UTILIZADO</span></tr>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itiner&#225;rio</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>XX160</b></span>\r\n</td>\r\n</tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Origem</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">JOHANNESBURG</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Destino</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MAHE ISLAND</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da Partida - Horario</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">WED 28-JUL-2021 10:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da chegada - hora</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">WED 28-JUL-2021 16:55</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Base tarif&#225;ria</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOW</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagem Despachada</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0 PE&#199;AS</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Status</b></span>\r\n</td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ABERTO PARA SER UTILIZADO</span></tr>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Observa&#231;&#245;es</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-medium\">EN FACTURACION, DEBERA PRESENTAR UN DOCUMENTO DE IDENTIDAD CON FOTOGRAFIA Y EL DOCUMENTO USADO COMO REFERENCIA<br>\r\n</p><p class=\"pnr-print-medium\">EL CONTRATO DE TRANSPORTE ESTA IGUALMENTE SUJETO A LAS CONDICIONES DE TRANSPORTE, DE BILLETES Y DE RESERVA QUE PODRA<br>\r\n</p><p class=\"pnr-print-medium\">SOLICITAR EN CUALQUIER OFICINA DE PLUS ULTRA LINEAS AEREAS O CONSULTAR EN NUESTRA PAGINA WEB OFICIAL WWW.TESTTEST.COM<br>\r\n</p><p class=\"pnr-print-small\"><B>FOR CHECK IN AT THE AIRPORT YOU MUST PRESENT A VALID ID:</B><BR><a href=\" HTTPS://WWW.KIUSYS.COM.AR \">CONDICIONES DE LA COMPRA</a></p><p class=\"pnr-print-medium\"><br>\r\n</p>\r\n</span>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" colspan=\"2\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endosso</b></span>\r\n</th><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NON END / REF  CONDITIONS AND PENALTY APPLY</span></th>\r\n</tr>\r\n</thead>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Informa&#231;&#227;o geral</b></span>\r\n</th>\r\n</tr>\r\n</thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-small\">\r\n</p><p class=\"pnr-print-medium\">CONSULTE LAS DISPOSICIONES JURIDICAS RELATIVAS A SU BILLETE EN LOS SIGUIENTES LINKS:<br>\r\n</p><p class=\"pnr-print-small\">WWW.PLUSULTRA.COM/CONDICIONES-DEL-BILLETE</p><p class=\"pnr-print-medium\"><br>\r\n</p><p class=\"pnr-print-medium\">PUEDE CONSULTAR NUESTRA POLITICA DE EQUIPAJES EN LOS SIGUIENTES LINKS:<br>\r\n</p><p class=\"pnr-print-small\">WWW.PLUSULTRA.COM/EQUIPAJE/FRANQUICIA-DE-EQUIPAJE<BR>\r\n</p><p class=\"pnr-print-medium\"><br>\r\n</p><p class=\"pnr-print-medium\"><B><a href=\"https://fitsair.com/terms-and-conditions-of-carriage/</a></B><br>\r\n</p><p class=\"pnr-print-medium\"><a href=\"HTTPS://WWW.KIUSYS.COM/DOCS/HOST/\">POR FAVOR SIGA ESTE LINK:</a><br>\r\n</p><p class=\"pnr-print-medium\"><a href=\"HTTPS://WWW.LATAM.COM/ES_AR/INFORMACION-PARA-TU-VIAJE/EQUIPAJE/EQUIPAJE-DE-MANO/\">CLICK AQUI PARA MAS INFORMACION SOBRE EQUIPAJE DE MANO:</a><br>\r\n</p><p class=\"pnr-print-small\"><a href=\"HTTPS://WWW.DAFONT.COM/ES/\">FUENTES:</a></p><p class=\"pnr-print-medium\"><br>\r\n</span>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\">\r\n</th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ENVIADO POR AGENTE </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">AEP00XXSM/JUL  1 2021  8:24</span></th>\r\n</tr>\r\n</thead>\r\n</table>\r\n</div>\r\n</body>\r\n</html>]]>\n</TicketAdvisory>\n</Ticketing>\n</ItineraryInfo>\n</KIU_TravelItineraryRS>"},{"id":"f6f49758-38db-4b40-b625-d3232711eaa7","name":"KIU_TravelItineraryReadRQ - Success - Send EMD to an email address","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-01-01T11:23:36Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" />\n\t</POS>\n\t<UniqueID Type=\"44\" ID=\"9995570205062\" />\n\t<Verification>\n\t\t<Email>GNIZETICH@KIUSYS.COM</Email>\n\t</Verification>\n</KIU_TravelItineraryReadRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 01 Jul 2021 11:25:41 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1232"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-01T11:25:41+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <Ticketing>\n            <TicketAdvisory>\n                <![CDATA[<HTML><HEAD><STYLE>.pnr-print-small {font-size: 8px;}.pnr-print-medium {font-size: 12px;}.pnr-print-big {font-size: 14px;}</STYLE></HEAD><BODY><PRE class=\"pnr-print-medium\"> EMD - ELECTRONIC MISCELLANEOUS DOCUMENT <B> * DUPLICATE *</B><IMG SRC=\"cid:imagen_1280\" ID_LOGO=\"1280\" >\r\r\r     PAX NAME / GROUP NAME:  <B>TEST/ADULT          </B></B>\r\r                                              EMD NUMBER:  <B>9995570205062</B><B>CAPACITACION XX               </B>               EMD TYPE  :  A (ASSOCIATED)\r SAN MARTIN 320, PISO 4        \r CAPITAL FEDERAL, ARGENTINA         DATE OF ISSUE: 28 JUN 2021\r PHONE: 0054 11 4878 2222             ISSUE AGENT: KIUHELPGN\r OFFICE ID: AR-08411-0                       FOID: PP69087678          \r                                   \r\rISSUING AIRLINE             : XX\rADDRESS                     : ALEM 1110\rNIT                         : NNNNN                         \r\r\rBOOKING REF.: \r\rC1/<B>OHYILT</B>\r\rREASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE\r\r\rREASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE\r\r CPN 1   PRE PAID BAGGAGE(0AA)         DATE OF SERVICE: 20JUL21     OPEN FOR USE\r  PRESENT TO-LINEAS AEREAS XX\r  PRESENT AT-SEZ MAHE ISLAND\r CPN 2   PRE PAID BAGGAGE(0AA)         DATE OF SERVICE: 28JUL21     OPEN FOR USE\r  PRESENT TO-LINEAS AEREAS XX\r  PRESENT AT-JNB JOHANNESBURG</PRE><PRE class=\"pnr-print-medium\">AL MOMENTO DE REALIZAR SU CHECK-IN, DEBERA PRESENTAR SU DOCUMENTO DE IDENTIFICACION CON FOTOGRAFIA.\r</PRE><PRE class=\"pnr-print-medium\">\r\rENDORSEMENTS      : NON END/NON REF\rTOUR CODE         : \rREMARK            : \r\rFORM OF PAYMENT:      6633.00  CASH\r\r\rAMOUNT/CHARGE/FEE : USD       40.00\rEQUIV. AMOUNT     : ARS     4020.00\rTAX               : ARS     1206.00O5     1407.00Q1\rTOTAL             : <B>ARS     6633.00</B></PRE><PRE class=\"pnr-print-small\"><a href=\"HTTP://WWW.KIUSYS.COM\">FAQ</a> \rCONDITIONS MAY APPLY. THESE TERMS AND CONDITIONS MAY BE PROVIDED SEPARATELY OR MAY BE OBTAINED FROM THE ISSUING COMPANY OR AGENT.\r(ESTO ES ENTRE PARENTESIS)\rESTO ES AND &\rESTO ES BARRA BARRA //\rESTO ES DIVISION %<a href=\"WWW.KIUSYS.COM\">WEB DE KIU</a> \r\r\r\r\r\r\r\r\r\r\r\r\rSEND BY AGENT AEP00XXSM/JUL  1 2021  8:25</PRE></BODY></HTML>]]>\n</TicketAdvisory>\n</Ticketing>\n</ItineraryInfo>\n</KIU_TravelItineraryRS>"}],"_postman_id":"2af79638-70d8-4a25-9778-be1e2614f459"},{"name":"KIU_AirBookRQ","id":"c0612564-edbb-49e8-8d52-9a15cda9929c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRQ EchoToken=\"1\" TimeStamp=\"2015-03-30T19:07:51+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX816\">\n         <RequestorID Type=\"5\" />\n         <BookingChannel Type=\"1\" />\n      </Source>\n   </POS>\n   <PriceInfo>\n      <TourCode Type=\"N\" Text=\"JUANTEST\" />\n   </PriceInfo>\n   <AirItinerary>\n      <OriginDestinationOptions>\n         <OriginDestinationOption>\n            <FlightSegment DepartureDateTime=\"2021-11-19 09:40:00\" ArrivalDateTime=\"2021-11-19 10:40:00\" FlightNumber=\"100\" ResBookDesigCode=\"Y\">\n               <DepartureAirport LocationCode=\"AEP\" />\n               <ArrivalAirport LocationCode=\"OYO\" />\n               <MarketingAirline Code=\"XX\" />\n            </FlightSegment>\n         </OriginDestinationOption>\n      </OriginDestinationOptions>\n   </AirItinerary>\n   <TravelerInfo>\n      <AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"1980-12-07\">\n         <PersonName>\n            <NamePrefix>MR</NamePrefix>\n            <GivenName>JUAN</GivenName>\n            <MiddleName>CARLOS</MiddleName>\n            <Surname>PEREZ</Surname>\n         </PersonName>\n         <Telephone AreaCityCode=\"011\" PhoneNumber=\"123456789\" />\n         <Address>\n            <AddressLine>CALLE 34 N 11</AddressLine>\n            <CityName>BUENOS AIRES</CityName>\n            <PostalCode>C1407AXA</PostalCode>\n            <StateProv>CAPITAL FEDERAL</StateProv>\n            <CountryName>ARGENTINA</CountryName>\n         </Address>\n         <Email>JUAN@PEREZ.COM</Email>\n         <Document DocID=\"123456789\" DocType=\"NI\" />\n         <CustoLoyalty ProgramID=\"XX\" MembershipID=\"12346789\" />\n         <TravelerRefNumber RPH=\"01\" />\n      </AirTraveler>\n      <SpecialReqDetails>\n         <Remarks>\n            <Remark>TEST TOURCODE</Remark>\n         </Remarks>\n      </SpecialReqDetails>\n   </TravelerInfo>\n   <Ticketing TicketTimeLimit=\"3\" />\n</KIU_AirBookRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to create a reservation in old types</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirBookRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"78a4fa4d-8b38-4b3f-83fd-6429b6ff6fcc","name":"KIU_AirBookRQ  - Success - Complete reservation with discounts and SSRs","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRQ EchoToken=\"GERTESTDOC\" TimeStamp=\"2021-07-13T13:52:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX817\">\n\t\t\t<RequestorID Type=\"5\" />\n\t\t\t<BookingChannel Type=\"1\" />\n\t\t</Source>\n\t</POS>\n\t<PriceInfo>\n\t\t<FareInfos>\n\t\t\t<FareInfo>\n\t\t\t\t<DiscountPricing TicketDesignatorCode=\"DC\" />\n\t\t\t\t<DiscountPricing TicketDesignatorCode=\"F1\" />\n\t\t\t</FareInfo>\n\t\t</FareInfos>\n\t\t<PriceRequestInformation FeeExemption=\"true\"></PriceRequestInformation>\n\t</PriceInfo>\n\t<AirItinerary>\n\t\t<OriginDestinationOptions>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-13 11:00:00\" ArrivalDateTime=\"2021-07-13 14:05:00\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\" />\n\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\" />\n\t\t\t\t\t<MarketingAirline Code=\"XX\" />\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t</OriginDestinationOptions>\n\t</AirItinerary>\n\t<TravelerInfo>\n\t\t<AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"1980-12-07\">\n\t\t\t<PersonName>\n\t\t\t\t<NamePrefix>MR</NamePrefix>\n\t\t\t\t<GivenName>JUAN</GivenName>\n\t\t\t\t<MiddleName>CARLOS</MiddleName>\n\t\t\t\t<Surname>PEREZ</Surname>\n\t\t\t</PersonName>\n\t\t\t<Telephone AreaCityCode=\"011\" PhoneNumber=\"123456789\" />\n\t\t\t<Address>\n\t\t\t\t<AddressLine>CALLE 34 N 11</AddressLine>\n\t\t\t\t<CityName>BUENOS AIRES</CityName>\n\t\t\t\t<PostalCode>C1407AXA</PostalCode>\n\t\t\t\t<StateProv>CAPITAL FEDERAL</StateProv>\n\t\t\t\t<CountryName>ARGENTINA</CountryName>\n\t\t\t</Address>\n\t\t\t<Email>JUAN@PEREZ.COM</Email>\n\t\t\t<Document DocID=\"123456789\" DocType=\"NI\"></Document>\n\t\t\t<CustoLoyalty ProgramID=\"XX\" MembershipID=\"12346789\" />\n\t\t\t<TSAInfo>\n\t\t\t\t<BirthDate>1980-12-07</BirthDate>\n\t\t\t\t<Gender>M</Gender>\n\t\t\t\t<DocExpireDate>2017-01-20</DocExpireDate>\n\t\t\t\t<DocIssueCountry>AR</DocIssueCountry>\n\t\t\t\t<BirthCountry>AR</BirthCountry>\n\t\t\t\t<TSADocType>P</TSADocType>\n\t\t\t\t<TSADocID>123456789</TSADocID>\n\t\t\t</TSAInfo>\n\t\t\t<TravelerRefNumber RPH=\"01\" />\n\t\t</AirTraveler>\n\t\t<SpecialReqDetails>\n\t\t\t<Remarks>\n\t\t\t\t<Remark>PASAJERO NECESITA SILLA DE RUEDAS</Remark>\n\t\t\t</Remarks>\n\t\t\t<SpecialServiceRequests>\n\t\t\t\t<SpecialServiceRequest ServiceQuantity=\"1\" SSRCode=\"PDBG\" Status=\"NN\" TravelerRefNumberRPHList=\"01\">\n\t\t\t\t\t<Airline Code=\"XX\" />\n\t\t\t\t\t<FlightLeg Date=\"2021-07-13\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\" />\n\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\" />\n\t\t\t\t\t</FlightLeg>\n\t\t\t\t</SpecialServiceRequest>\n\t\t\t\t<SpecialServiceRequest ServiceQuantity=\"1\" SSRCode=\"WCHR\" Status=\"NN\" TravelerRefNumberRPHList=\"01\">\n\t\t\t\t\t<Text>PASAJERO NECESITA SILLA DE RUEDAS</Text>\n\t\t\t\t\t<Airline Code=\"XX\" />\n\t\t\t\t\t<FlightLeg Date=\"2021-07-13\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\" />\n\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\" />\n\t\t\t\t\t</FlightLeg>\n\t\t\t\t</SpecialServiceRequest>\n\t\t\t</SpecialServiceRequests>\n\t\t</SpecialReqDetails>\n\t</TravelerInfo>\n\t<Ticketing TicketTimeLimit=\"3\" />\n</KIU_AirBookRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 13:57:47 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1203"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRS EchoToken=\"GERTESTDOC\" TimeStamp=\"2021-07-12T13:57:47+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-13 11:00:00\" ArrivalDateTime=\"2021-07-13 14:05:00\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"1980-12-07\">\n            <PersonName>\n                <NamePrefix>MR</NamePrefix>\n                <GivenName>JUAN</GivenName>\n                <MiddleName>CARLOS</MiddleName>\n                <Surname>PEREZ</Surname>\n            </PersonName>\n            <Telephone AreaCityCode=\"011\" PhoneNumber=\"123456789\"/>\n            <Address>\n                <AddressLine>CALLE 34 N 11</AddressLine>\n                <CityName>BUENOS AIRES</CityName>\n                <PostalCode>C1407AXA</PostalCode>\n                <StateProv>CAPITAL FEDERAL</StateProv>\n                <CountryName>ARGENTINA</CountryName>\n            </Address>\n            <Email>JUAN@PEREZ.COM</Email>\n            <Document DocID=\"123456789\" DocType=\"NI\"/>\n            <CustoLoyalty ProgramID=\"XX\" MembershipID=\"12346789\"/>\n            <TSAInfo>\n                <BirthDate>1980-12-07</BirthDate>\n                <Gender>M</Gender>\n                <DocExpireDate>2017-01-20</DocExpireDate>\n                <DocIssueCountry>AR</DocIssueCountry>\n                <BirthCountry>AR</BirthCountry>\n                <TSADocType>P</TSADocType>\n                <TSADocID>123456789</TSADocID>\n            </TSAInfo>\n            <TravelerRefNumber RPH=\"01\"/>\n        </AirTraveler>\n        <SpecialReqDetails>\n            <Remarks>\n                <Remark>PASAJERO NECESITA SILLA DE RUEDAS</Remark>\n            </Remarks>\n            <SpecialServiceRequests>\n                <SpecialServiceRequest Airline=\"XX\" TimeLimitDateTime=\"2021-07-12 11:55:00\" TimeLimitCity=\"AEP\" Chargeable=\"1\" Code=\"PDBG\" Status=\"HK\" DepartureAirport=\"SEZ\" ArrivalAirport=\"JNB\" FlightNumber=\"163\" RecordBookDesignator=\"B\" Date=\"2021-07-13\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN CARLOS\" Text=\"\" PassengerAssociationIds=\"P1\"/>\n                <SpecialServiceRequest Airline=\"XX\" Code=\"WCHR\" Status=\"HK\" DepartureAirport=\"SEZ\" ArrivalAirport=\"JNB\" FlightNumber=\"163\" RecordBookDesignator=\"B\" Date=\"2021-07-13\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN CARLOS\" Text=\"PASAJERO NECESITA SILLA DE RUEDAS\" PassengerAssociationIds=\"P1\"/>\n                <SpecialServiceRequest Code=\"DOCS\" Airline=\"XX\" Status=\"UC\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN/CARLOS\" PassengerAssociationIds=\"P01\" Text=\"INVALID TRAVEL DOCUMENT EXPIRATION DATE\"/>\n                <SpecialServiceRequest Airline=\"XX\" Code=\"CKIN\" Status=\"HK\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN CARLOS MR\" Text=\"PSGR DEBE FIRMAR VOUCHER\" PassengerAssociationIds=\"P1\"/>\n                <SpecialServiceRequest Airline=\"XX\" Code=\"WCKN\" Status=\"HK\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN CARLOS MR\" Text=\"WEB CHECK-IN NOT ALLOWED/NO PERMITIDO\" PassengerAssociationIds=\"P1\"/>\n            </SpecialServiceRequests>\n        </SpecialReqDetails>\n    </TravelerInfo>\n    <BookingReferenceID Type=\"1\" ID=\"USHBNC\" LastModificationDate=\"2021-07-12T13:58:00\"/>\n</KIU_AirBookRS>"},{"id":"ae4b3efe-3586-4751-84a9-a2dd671a9346","name":"KIU_AirBookRQ - Error  - Invalid flight of reference for SSR","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRQ EchoToken=\"GERTESTDOC\" TimeStamp=\"2021-07-13T13:52:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX817\">\n\t\t\t<RequestorID Type=\"5\" />\n\t\t\t<BookingChannel Type=\"1\" />\n\t\t</Source>\n\t</POS>\n\t<PriceInfo>\n\t\t<FareInfos>\n\t\t\t<FareInfo>\n\t\t\t\t<DiscountPricing TicketDesignatorCode=\"DC\" />\n\t\t\t\t<DiscountPricing TicketDesignatorCode=\"F1\" />\n\t\t\t</FareInfo>\n\t\t</FareInfos>\n\t\t<PriceRequestInformation FeeExemption=\"true\"></PriceRequestInformation>\n\t</PriceInfo>\n\t<AirItinerary>\n\t\t<OriginDestinationOptions>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-13 11:00:00\" ArrivalDateTime=\"2021-07-13 14:05:00\" FlightNumber=\"162\" ResBookDesigCode=\"B\">\n\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\" />\n\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\" />\n\t\t\t\t\t<MarketingAirline Code=\"XX\" />\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t</OriginDestinationOptions>\n\t</AirItinerary>\n\t<TravelerInfo>\n\t\t<AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"1980-12-07\">\n\t\t\t<PersonName>\n\t\t\t\t<NamePrefix>MR</NamePrefix>\n\t\t\t\t<GivenName>JUAN</GivenName>\n\t\t\t\t<MiddleName>CARLOS</MiddleName>\n\t\t\t\t<Surname>PEREZ</Surname>\n\t\t\t</PersonName>\n\t\t\t<Telephone AreaCityCode=\"011\" PhoneNumber=\"123456789\" />\n\t\t\t<Address>\n\t\t\t\t<AddressLine>CALLE 34 N 11</AddressLine>\n\t\t\t\t<CityName>BUENOS AIRES</CityName>\n\t\t\t\t<PostalCode>C1407AXA</PostalCode>\n\t\t\t\t<StateProv>CAPITAL FEDERAL</StateProv>\n\t\t\t\t<CountryName>ARGENTINA</CountryName>\n\t\t\t</Address>\n\t\t\t<Email>JUAN@PEREZ.COM</Email>\n\t\t\t<Document DocID=\"123456789\" DocType=\"NI\"></Document>\n\t\t\t<CustoLoyalty ProgramID=\"XX\" MembershipID=\"12346789\" />\n\t\t\t<TSAInfo>\n\t\t\t\t<BirthDate>1980-12-07</BirthDate>\n\t\t\t\t<Gender>M</Gender>\n\t\t\t\t<DocExpireDate>2017-01-20</DocExpireDate>\n\t\t\t\t<DocIssueCountry>AR</DocIssueCountry>\n\t\t\t\t<BirthCountry>AR</BirthCountry>\n\t\t\t\t<TSADocType>P</TSADocType>\n\t\t\t\t<TSADocID>123456789</TSADocID>\n\t\t\t</TSAInfo>\n\t\t\t<TravelerRefNumber RPH=\"01\" />\n\t\t</AirTraveler>\n\t\t<SpecialReqDetails>\n\t\t\t<Remarks>\n\t\t\t\t<Remark>PASAJERO NECESITA SILLA DE RUEDAS</Remark>\n\t\t\t</Remarks>\n\t\t\t<SpecialServiceRequests>\n\t\t\t\t<SpecialServiceRequest ServiceQuantity=\"1\" SSRCode=\"PDBG\" Status=\"NN\" TravelerRefNumberRPHList=\"01\">\n\t\t\t\t\t<Airline Code=\"XX\" />\n\t\t\t\t\t<FlightLeg Date=\"2021-07-13\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\" />\n\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\" />\n\t\t\t\t\t</FlightLeg>\n\t\t\t\t</SpecialServiceRequest>\n\t\t\t\t<SpecialServiceRequest ServiceQuantity=\"1\" SSRCode=\"WCHR\" Status=\"NN\" TravelerRefNumberRPHList=\"01\">\n\t\t\t\t\t<Text>PASAJERO NECESITA SILLA DE RUEDAS</Text>\n\t\t\t\t\t<Airline Code=\"XX\" />\n\t\t\t\t\t<FlightLeg Date=\"2021-07-13\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\" />\n\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\" />\n\t\t\t\t\t</FlightLeg>\n\t\t\t\t</SpecialServiceRequest>\n\t\t\t</SpecialServiceRequests>\n\t\t</SpecialReqDetails>\n\t</TravelerInfo>\n\t<Ticketing TicketTimeLimit=\"3\" />\n</KIU_AirBookRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 13:58:55 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"251"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRS EchoToken=\"GERTESTDOC\" TimeStamp=\"2021-07-12T13:58:55+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>10018</ErrorCode>\n        <ErrorMsg>There is a discrepancy between the AirItinerary flight data and the SSR flight data.</ErrorMsg>\n    </Error>\n</KIU_AirBookRS>"},{"id":"03e0c357-c0f4-4e66-83e0-b3feb60e4d48","name":"KIU_AirBookRQ - Success - TourCode discount","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRQ EchoToken=\"1\" TimeStamp=\"2015-03-30T19:07:51+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX816\">\n         <RequestorID Type=\"5\" />\n         <BookingChannel Type=\"1\" />\n      </Source>\n   </POS>\n   <PriceInfo>\n      <TourCode Type=\"N\" Text=\"JUANTEST\" />\n   </PriceInfo>\n   <AirItinerary>\n      <OriginDestinationOptions>\n         <OriginDestinationOption>\n            <FlightSegment DepartureDateTime=\"2021-11-19 09:40:00\" ArrivalDateTime=\"2021-11-19 10:40:00\" FlightNumber=\"100\" ResBookDesigCode=\"Y\">\n               <DepartureAirport LocationCode=\"AEP\" />\n               <ArrivalAirport LocationCode=\"OYO\" />\n               <MarketingAirline Code=\"XX\" />\n            </FlightSegment>\n         </OriginDestinationOption>\n      </OriginDestinationOptions>\n   </AirItinerary>\n   <TravelerInfo>\n      <AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"1980-12-07\">\n         <PersonName>\n            <NamePrefix>MR</NamePrefix>\n            <GivenName>JUAN</GivenName>\n            <MiddleName>CARLOS</MiddleName>\n            <Surname>PEREZ</Surname>\n         </PersonName>\n         <Telephone AreaCityCode=\"011\" PhoneNumber=\"123456789\" />\n         <Address>\n            <AddressLine>CALLE 34 N 11</AddressLine>\n            <CityName>BUENOS AIRES</CityName>\n            <PostalCode>C1407AXA</PostalCode>\n            <StateProv>CAPITAL FEDERAL</StateProv>\n            <CountryName>ARGENTINA</CountryName>\n         </Address>\n         <Email>JUAN@PEREZ.COM</Email>\n         <Document DocID=\"123456789\" DocType=\"NI\" />\n         <CustoLoyalty ProgramID=\"XX\" MembershipID=\"12346789\" />\n         <TravelerRefNumber RPH=\"01\" />\n      </AirTraveler>\n      <SpecialReqDetails>\n         <Remarks>\n            <Remark>TEST TOURCODE</Remark>\n         </Remarks>\n      </SpecialReqDetails>\n   </TravelerInfo>\n   <Ticketing TicketTimeLimit=\"3\" />\n</KIU_AirBookRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 20 Oct 2021 13:00:54 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"954"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookRS EchoToken=\"1\" TimeStamp=\"2021-10-20T13:00:54+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-11-19 09:40:00\" ArrivalDateTime=\"2021-11-19 10:40:00\" FlightNumber=\"100\" ResBookDesigCode=\"Y\">\n                    <DepartureAirport LocationCode=\"AEP\"/>\n                    <ArrivalAirport LocationCode=\"OYO\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"1980-12-07\">\n            <PersonName>\n                <NamePrefix>MR</NamePrefix>\n                <GivenName>JUAN</GivenName>\n                <MiddleName>CARLOS</MiddleName>\n                <Surname>PEREZ</Surname>\n            </PersonName>\n            <Telephone AreaCityCode=\"011\" PhoneNumber=\"123456789\"/>\n            <Address>\n                <AddressLine>CALLE 34 N 11</AddressLine>\n                <CityName>BUENOS AIRES</CityName>\n                <PostalCode>C1407AXA</PostalCode>\n                <StateProv>CAPITAL FEDERAL</StateProv>\n                <CountryName>ARGENTINA</CountryName>\n            </Address>\n            <Email>JUAN@PEREZ.COM</Email>\n            <Document DocID=\"123456789\" DocType=\"NI\"/>\n            <CustoLoyalty ProgramID=\"XX\" MembershipID=\"12346789\"/>\n            <TravelerRefNumber RPH=\"01\"/>\n        </AirTraveler>\n        <SpecialReqDetails>\n            <Remarks>\n                <Remark>TEST TOURCODE</Remark>\n            </Remarks>\n            <SpecialServiceRequests>\n                <SpecialServiceRequest Airline=\"XX\" Code=\"CKIN\" Status=\"HK\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN CARLOS MR\" Text=\"PSGR DEBE FIRMAR VOUCHER\" PassengerAssociationIds=\"P1\"/>\n                <SpecialServiceRequest Airline=\"XX\" Code=\"WCKN\" Status=\"HK\" NumberOfServices=\"1\" PassengerNames=\"-1PEREZ/JUAN CARLOS MR\" Text=\"WEB CHECK-IN NOT ALLOWED/NO PERMITIDO\" PassengerAssociationIds=\"P1\"/>\n            </SpecialServiceRequests>\n        </SpecialReqDetails>\n    </TravelerInfo>\n    <BookingReferenceID Type=\"1\" ID=\"PTEJEZ\" LastModificationDate=\"2021-10-20T13:01:00\"/>\n</KIU_AirBookRS>"}],"_postman_id":"c0612564-edbb-49e8-8d52-9a15cda9929c"}],"id":"08956ae5-705f-47a0-9447-288ae07df75b","description":"<p>The methods concentrate in this folder were replace by other with the same name adding a V2 to indicate the version of the functionality. </p>\n<p>Currently this methods still active and productives but they are scheduled for deprecation.</p>\n","_postman_id":"08956ae5-705f-47a0-9447-288ae07df75b"},{"name":"KIU_AirShoppingRQ","event":[{"listen":"prerequest","script":{"id":"d5221bc5-66d5-43a6-9714-1695fa4297b0","exec":[""],"type":"text/javascript"}}],"id":"1faa7eb5-1900-45cf-899a-5e7df507270b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"TRAVELFUSION","type":"text"},{"key":"password","value":"travel1234","type":"text"},{"key":"request","value":"<KIU_AirShoppingRQ xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" xmlns=\"http://www.opentravel.org/OTA/2003/05\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\" EchoToken=\"TRAVELFUSION12231480512390\" TimeStamp=\"2021-12-14T02:23:13+00:00\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"LONK05802\" TerminalID=\"LONK058000\" ISOCountry=\"ES\"/>\n\t</POS>\n\t<Parameters>\n\t\t<CurrCode>EUR</CurrCode>\n\t\t<AirPreferences>\n\t\t\t<SpecificCarrier Code=\"WT\"/>\n\t\t</AirPreferences>\n\t</Parameters>\n\t<JourneyInformation>\n\t\t<AirItinerary>\n\t\t\t<OriginDestinationInfo OriginDestRPH=\"1\">\n\t\t\t\t<OriginLocation>PMI</OriginLocation>\n\t\t\t\t<DestinationLocation>IBZ</DestinationLocation>\n\t\t\t\t<DepartureDate>2022-02-28</DepartureDate>\n\t\t\t</OriginDestinationInfo>\n\t\t</AirItinerary>\n\t\t<TravelerInfo>\n\t\t\t<PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\"/>\n\t\t</TravelerInfo>\n\t</JourneyInformation>\n</KIU_AirShoppingRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows user to obtain the combined content of itineraries with fares.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirShoppingRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"756eb032-5b85-4963-a538-bee812b04460","name":"KIU_AirShoppingRQ - Success - OneWay","originalRequest":{"method":"POST","header":[{"key":"Contenty-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirShoppingRQ xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" \n                   xmlns=\"http://www.opentravel.org/OTA/2003/05\" \n                   xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n                   xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\" \n    EchoToken=\"TESTHRICO\" TimeStamp=\"2021-06-14T14:11:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n    </POS>\n    <Parameters>\n        <CurrCode>ARS</CurrCode>\n    </Parameters>\n    <JourneyInformation>\n        <AirItinerary>\n            <OriginDestinationInfo OriginDestRPH=\"1\">\n                <OriginLocation>SEZ</OriginLocation>\n                <DestinationLocation>JNB</DestinationLocation>\n                <DepartureDate>2021-07-08</DepartureDate>\n            </OriginDestinationInfo>\n        </AirItinerary>\n        <TravelerInfo>\n            <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n        </TravelerInfo>\n    </JourneyInformation>\n</KIU_AirShoppingRQ>","type":"text"}],"options":{"raw":{"language":"xml"}}},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 14 Jun 2021 14:30:50 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1806"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirShoppingRS EchoToken=\"TESTHRICO\" TimeStamp=\"2021-06-14T14:30:50+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Parameters>\n        <CurrCode>ARS</CurrCode>\n        <DecimalPlaces>2</DecimalPlaces>\n        <TotalPricedCount>6</TotalPricedCount>\n    </Parameters>\n    <ShoppingCarrier Code=\"XX\" Count=\"6\">\n        <FareFamilyGroup>\n            <FamilyName Order=\"1\">ECONOMY BASIC</FamilyName>\n            <FamilyName Order=\"2\">ECONOMY CLASSIC</FamilyName>\n            <FamilyName Order=\"3\">ECONOMY FLEX</FamilyName>\n            <FamilyName Order=\"4\">BUSINESS</FamilyName>\n        </FareFamilyGroup>\n        <AirPricedItineraries>\n            <AirItineraryPriced OptionID=\"1\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">500.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">50000.00</EquivFare>\n                    <TotalTax>47375.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>97875.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">500.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">50000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>2000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>17250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>20125.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>7500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>97875.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"2\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">500.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">50000.00</EquivFare>\n                    <TotalTax>47375.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>97875.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">500.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">50000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>2000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>17250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>20125.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>7500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>97875.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"3\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">800.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">80000.00</EquivFare>\n                    <TotalTax>74620.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>155120.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">800.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">80000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>2000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>800.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>27600.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>32200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>12000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>155120.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"4\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">800.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">80000.00</EquivFare>\n                    <TotalTax>74620.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>155120.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">800.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">80000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>2000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>800.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>27600.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>32200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>12000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>155120.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"5\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">120000.00</EquivFare>\n                    <TotalTax>110920.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>231420.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">120000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>2000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>41400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>18000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>231420.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"6\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">120000.00</EquivFare>\n                    <TotalTax>110920.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>231420.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">120000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>2000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>41400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>18000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>231420.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n        </AirPricedItineraries>\n    </ShoppingCarrier>\n</KIU_AirShoppingRS>"},{"id":"fae1e278-8184-4044-9eb4-611e2af4d285","name":"KIU_AirShoppingRQ - Success - RoundTrip","originalRequest":{"method":"POST","header":[{"key":"Contenty-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirShoppingRQ xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" \n                   xmlns=\"http://www.opentravel.org/OTA/2003/05\" \n                   xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n                   xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\" \n    EchoToken=\"TESTHRICO\" TimeStamp=\"2021-06-14T14:11:00Z\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n    </POS>\n    <Parameters>\n        <CurrCode>ARS</CurrCode>\n    </Parameters>\n    <JourneyInformation>\n        <AirItinerary>\n            <OriginDestinationInfo OriginDestRPH=\"1\">\n                <OriginLocation>SEZ</OriginLocation>\n                <DestinationLocation>JNB</DestinationLocation>\n                <DepartureDate>2021-07-08</DepartureDate>\n<ReturnDate>2021-07-10</ReturnDate>\n\n            </OriginDestinationInfo>\n        </AirItinerary>\n        <TravelerInfo>\n            <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n        </TravelerInfo>\n    </JourneyInformation>\n</KIU_AirShoppingRQ>","type":"text"}],"options":{"raw":{"language":"xml"}}},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 14 Jun 2021 14:34:11 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"5901"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirShoppingRS EchoToken=\"TESTHRICO\" TimeStamp=\"2021-06-14T14:34:11+00:00\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Parameters>\n        <CurrCode>ARS</CurrCode>\n        <DecimalPlaces>2</DecimalPlaces>\n        <TotalPricedCount>48</TotalPricedCount>\n    </Parameters>\n    <ShoppingCarrier Code=\"XX\" Count=\"48\">\n        <FareFamilyGroup>\n            <FamilyName Order=\"1\">ECONOMY BASIC</FamilyName>\n            <FamilyName Order=\"2\">ECONOMY CLASSIC</FamilyName>\n            <FamilyName Order=\"3\">ECONOMY FLEX</FamilyName>\n            <FamilyName Order=\"4\">BUSINESS</FamilyName>\n        </FareFamilyGroup>\n        <AirPricedItineraries>\n            <AirItineraryPriced OptionID=\"1\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">70000.00</EquivFare>\n                    <TotalTax>66525.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>137025.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">70000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>24150.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>28175.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>10500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>137025.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"2\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">70000.00</EquivFare>\n                    <TotalTax>66525.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>137025.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">70000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>24150.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>28175.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>10500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>137025.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"3\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">70000.00</EquivFare>\n                    <TotalTax>66525.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>137025.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">70000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>24150.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>28175.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>10500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>137025.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"4\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">70000.00</EquivFare>\n                    <TotalTax>66525.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>137025.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">70000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>24150.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>28175.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>10500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>137025.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"5\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">90000.00</EquivFare>\n                    <TotalTax>84685.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>175185.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">90000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>900.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>31050.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>36225.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>13500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>175185.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"6\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">90000.00</EquivFare>\n                    <TotalTax>84685.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>175185.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">90000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>900.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>31050.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>36225.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>13500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>175185.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"7\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">90000.00</EquivFare>\n                    <TotalTax>84685.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>175185.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">90000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>900.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>31050.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>36225.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>13500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>175185.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"8\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">90000.00</EquivFare>\n                    <TotalTax>84685.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>175185.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">900.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">90000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>900.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>31050.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>36225.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>13500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>175185.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"9\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93760.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194260.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194260.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"10\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93760.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194260.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194260.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"11\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93760.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194260.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194260.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"12\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93760.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194260.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>10.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194260.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"13\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93770.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194270.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194270.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"14\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93770.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194270.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194270.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"15\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93770.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194270.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194270.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"16\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">100000.00</EquivFare>\n                    <TotalTax>93770.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>194270.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1000.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">100000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>34500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>40250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>15000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>194270.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"17\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">120000.00</EquivFare>\n                    <TotalTax>111930.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>232430.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">120000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>41400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>18000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>232430.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"18\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">120000.00</EquivFare>\n                    <TotalTax>111930.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>232430.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">120000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>41400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>18000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>232430.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"19\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">120000.00</EquivFare>\n                    <TotalTax>111930.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>232430.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">120000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>41400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>18000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>232430.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"20\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">120000.00</EquivFare>\n                    <TotalTax>111930.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>232430.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1200.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">120000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>41400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>18000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>232430.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"21\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">130000.00</EquivFare>\n                    <TotalTax>121005.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>251505.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">130000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>44850.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>52325.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>19500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>251505.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"22\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">130000.00</EquivFare>\n                    <TotalTax>121005.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>251505.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">130000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>44850.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>52325.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>19500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>251505.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"23\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">130000.00</EquivFare>\n                    <TotalTax>121005.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>251505.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">130000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>44850.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>52325.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>19500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>251505.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"24\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">130000.00</EquivFare>\n                    <TotalTax>121005.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>251505.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1300.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">130000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>44850.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>52325.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>19500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>251505.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"25\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">140000.00</EquivFare>\n                    <TotalTax>130070.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>270570.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">140000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>56350.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>21000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>270570.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"26\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">140000.00</EquivFare>\n                    <TotalTax>130070.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>270570.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">140000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>56350.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>21000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>270570.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"27\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">140000.00</EquivFare>\n                    <TotalTax>130070.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>270570.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">140000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>56350.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>21000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>270570.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"28\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612251\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">140000.00</EquivFare>\n                    <TotalTax>130070.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>270570.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1400.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">140000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>48300.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>56350.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>21000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>270570.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">200.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"29\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">160000.00</EquivFare>\n                    <TotalTax>148230.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>308730.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">160000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1600.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>55200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>64400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>24000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>308730.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"30\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">160000.00</EquivFare>\n                    <TotalTax>148230.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>308730.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">160000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1600.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>55200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>64400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>24000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>308730.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"31\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">160000.00</EquivFare>\n                    <TotalTax>148230.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>308730.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">160000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1600.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>55200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>64400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>24000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>308730.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"32\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"612249\" RBD=\"B\">BOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">160000.00</EquivFare>\n                    <TotalTax>148230.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>308730.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1600.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">160000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1600.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>55200.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>64400.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>24000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>308730.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>B</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"33\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">170000.00</EquivFare>\n                    <TotalTax>157305.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>327805.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">170000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>58650.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>68425.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>25500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>327805.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"34\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">170000.00</EquivFare>\n                    <TotalTax>157305.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>327805.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">170000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>58650.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>68425.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>25500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>327805.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"35\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">170000.00</EquivFare>\n                    <TotalTax>157305.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>327805.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">170000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>58650.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>68425.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>25500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>327805.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"36\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"ECONOMY\" IDFare=\"495519\" RBD=\"H\">HOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">170000.00</EquivFare>\n                    <TotalTax>157305.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>327805.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1700.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">170000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>30.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1700.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>58650.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>68425.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>25500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>327805.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>H</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"37\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">180000.00</EquivFare>\n                    <TotalTax>166350.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>346850.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">180000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1800.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>62100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>27000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>346850.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"38\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">180000.00</EquivFare>\n                    <TotalTax>166350.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>346850.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">180000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1800.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>62100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>27000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>346850.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"39\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">180000.00</EquivFare>\n                    <TotalTax>166350.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>346850.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">180000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1800.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>62100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>27000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>346850.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"40\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY BASIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"547726\" RBD=\"L\">LOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">180000.00</EquivFare>\n                    <TotalTax>166350.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>346850.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">1800.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">180000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>1800.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>62100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>27000.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>346850.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">100.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">400.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>L</RBD>\n                            <Posting>0</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"41\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">210000.00</EquivFare>\n                    <TotalTax>193595.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>404095.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">210000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>84525.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>31500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>404095.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"42\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">210000.00</EquivFare>\n                    <TotalTax>193595.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>404095.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">210000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>84525.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>31500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>404095.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"43\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">210000.00</EquivFare>\n                    <TotalTax>193595.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>404095.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">210000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>84525.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>31500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>404095.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"44\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY CLASSIC\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"495530\" RBD=\"M\">MOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">210000.00</EquivFare>\n                    <TotalTax>193595.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>404095.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2100.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">210000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2100.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>72450.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>84525.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>31500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>404095.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">300.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">500.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>M</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"45\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">250000.00</EquivFare>\n                    <TotalTax>229895.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>480395.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">250000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>86250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>100625.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>37500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>480395.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"46\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">250000.00</EquivFare>\n                    <TotalTax>229895.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>480395.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">250000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>86250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>100625.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>37500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>480395.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"1\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>17</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>20:20</DepartureTime>\n                            <ArrivalTime>00:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"47\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">250000.00</EquivFare>\n                    <TotalTax>229895.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>480395.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">250000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>86250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>100625.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>37500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>480395.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"2\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>160</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>10:00</DepartureTime>\n                            <ArrivalTime>16:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n            <AirItineraryPriced OptionID=\"48\">\n                <JourneyInformation>\n                    <AirItinerary TripID=\"1\">\n                        <OriginLocation LocationCode=\"SEZ\"/>\n                        <DestinationLocation LocationCode=\"JNB\"/>\n                        <DepartureDate>2021-07-08</DepartureDate>\n                        <ReturnDate>2021-07-10</ReturnDate>\n                    </AirItinerary>\n                </JourneyInformation>\n                <FareInfo>\n                    <FareFamily OriginDestRPH=\"1\" Name=\"ECONOMY FLEX\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                            <FareBasisCode FareBaseID=\"1\" Cabin=\"ECONOMY\" IDFare=\"600171\" RBD=\"Y\">YOW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                    <FareFamily OriginDestRPH=\"1001\" Name=\"BUSINESS\">\n                        <FareBasisCodes>\n                            <FareBasisCode FareBaseID=\"2\" Cabin=\"BUSINESS\" IDFare=\"495520\" RBD=\"C\">COW</FareBasisCode>\n                        </FareBasisCodes>\n                    </FareFamily>\n                </FareInfo>\n                <AirItinTotalFare>\n                    <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                    <EquivFare CurrCode=\"ARS\">250000.00</EquivFare>\n                    <TotalTax>229895.00</TotalTax>\n                    <TotalFees>500.00</TotalFees>\n                    <TotalFare>480395.00</TotalFare>\n                </AirItinTotalFare>\n                <PTC_BreakDowns>\n                    <PTC_BreakDown>\n                        <PTC>ADT</PTC>\n                        <Quantity>1</Quantity>\n                        <FareInfo>\n                            <BaseFare CurrCode=\"USD\">2500.00</BaseFare>\n                            <EquivAmount CurrCode=\"ARS\" BSR=\"100.00000\">250000.00</EquivAmount>\n                        </FareInfo>\n                        <Taxes>\n                            <Tax>\n                                <Code>6C</Code>\n                                <Amount>3000.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6P</Code>\n                                <Amount>20.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>6R</Code>\n                                <Amount>2500.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>O5</Code>\n                                <Amount>86250.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>Q1</Code>\n                                <Amount>100625.00</Amount>\n                            </Tax>\n                            <Tax>\n                                <Code>YQ</Code>\n                                <Amount>37500.00</Amount>\n                            </Tax>\n                        </Taxes>\n                        <FeesAmount>\n                            <Fee>\n                                <Code>OBT05</Code>\n                                <Amount>500.00</Amount>\n                                <Description>IMPUESTO AFIP</Description>\n                            </Fee>\n                        </FeesAmount>\n                        <TotalFare>480395.00</TotalFare>\n                        <FareConstruction/>\n                        <FareConstructionDetail>\n                            <FareComponent FareComponentID=\"1\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"2\" OriginDestRPH=\"1\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">600.00</ComponentAmount>\n                            </FareComponent>\n                            <FareComponent FareComponentID=\"3\" OriginDestRPH=\"1001\">\n                                <ComponentPoint/>\n                                <CurrencyCode/>\n                                <ComponentAmount Surcharge=\"\" Stopover=\"\">1300.00</ComponentAmount>\n                            </FareComponent>\n                        </FareConstructionDetail>\n                    </PTC_BreakDown>\n                </PTC_BreakDowns>\n                <AirItinInformation>\n                    <OriginDestinationInfo OriginDestRPH=\"1\" FlightID=\"4\">\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>20</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-08</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>SEZ</DepartureAirport>\n                            <ArrivalAirport>AUH</ArrivalAirport>\n                            <DepartureTime>22:20</DepartureTime>\n                            <ArrivalTime>02:55</ArrivalTime>\n                            <ChangeDayInd>1</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:35</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                        <FlightSegment FareBaseID=\"1\">\n                            <SegmentNbr>2</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>169</FlightNbr>\n                            <RBD>Y</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-09</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>AUH</DepartureAirport>\n                            <ArrivalAirport>JNB</ArrivalAirport>\n                            <DepartureTime>05:05</DepartureTime>\n                            <ArrivalTime>09:45</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>06:40</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                    <OriginDestinationInfo OriginDestRPH=\"1001\" FlightID=\"3\">\n                        <FlightSegment FareBaseID=\"2\">\n                            <SegmentNbr>1</SegmentNbr>\n                            <CarrierCode>XX</CarrierCode>\n                            <FlightNbr>162</FlightNbr>\n                            <RBD>C</RBD>\n                            <Posting>9</Posting>\n                            <DepartureDate>2021-07-10</DepartureDate>\n                            <EQP>320</EQP>\n                            <DepartureAirport>JNB</DepartureAirport>\n                            <ArrivalAirport>SEZ</ArrivalAirport>\n                            <DepartureTime>16:00</DepartureTime>\n                            <ArrivalTime>22:55</ArrivalTime>\n                            <ChangeDayInd>0</ChangeDayInd>\n                            <Stops>0</Stops>\n                            <ElapsedTime>04:55</ElapsedTime>\n                            <SSR_inventory>\n                                <SSR Code=\"UMNR\" Quatity=\"5\" Category=\"ARPT\" Description=\"UNACCOMPANIED MINOR\"/>\n                            </SSR_inventory>\n                        </FlightSegment>\n                    </OriginDestinationInfo>\n                </AirItinInformation>\n            </AirItineraryPriced>\n        </AirPricedItineraries>\n    </ShoppingCarrier>\n</KIU_AirShoppingRS>"}],"_postman_id":"1faa7eb5-1900-45cf-899a-5e7df507270b"},{"name":"KIU_AirAvailRQ","id":"16d42281-2296-4267-921e-cae47fe7a724","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirAvailRQ EchoToken=\"1\" PrimaryLangID=\"en-us\" SequenceNmbr=\"1\" Target=\"Testing\" TimeStamp=\"2021-07-28T10:48:47.5522327-03:00\" Version=\"3.0\" DirectFlightsOnly=\"false\" MaxResponses=\"20\">\n  <POS>\n    <Source AgentSine=\"BOGS76701\" TerminalID=\"BOGS767001\" />\n  </POS>\n  <SpecificFlightInfo>\n    <Airline Code=\"\" />\n  </SpecificFlightInfo>\n  <OriginDestinationInformation>\n    <DepartureDateTime>2021-08-23T00:00:00</DepartureDateTime>\n    <OriginLocation LocationCode=\"BOG\" />\n    <DestinationLocation LocationCode=\"EOH\" />\n  </OriginDestinationInformation>\n  <OriginDestinationInformation>\n    <DepartureDateTime>2021-08-27T00:00:00</DepartureDateTime>\n    <OriginLocation LocationCode=\"EOH\" />\n    <DestinationLocation LocationCode=\"BOG\" />\n  </OriginDestinationInformation>\n  <TravelPreferences>\n    <CabinPref Cabin=\"Economy\" />\n  </TravelPreferences>\n  <TravelerInfoSummary>\n    <AirTravelerAvail>\n      <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n    </AirTravelerAvail>\n  </TravelerInfoSummary>\n</KIU_AirAvailRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to get the availability scheduled flights for an origin-destination in a certain date.</p>\n<p>KIU_AirAvailRQ allows also to get availability for more than one origin-destination list by date.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirAvailRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"13c132f7-e426-4004-aa67-ee47cde2bb6a","name":"KIU_AirAvailRQ - Success - RoundTrip","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirAvailRQ EchoToken=\"1\" TimeStamp=\"2013-01-24T19:20:43+00:00\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" DirectFlightsOnly=\"false\" MaxResponses=\"10\" CombinedItineraries=\"false\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n   </POS>\n   <SpecificFlightInfo>\n      <Airline Code=\"XX\" />\n   </SpecificFlightInfo>\n   <OriginDestinationInformation>\n      <DepartureDateTime>2021-07-12</DepartureDateTime>\n      <OriginLocation LocationCode=\"SEZ\" />\n      <DestinationLocation LocationCode=\"JNB\" />\n   </OriginDestinationInformation>\n   <OriginDestinationInformation>\n      <DepartureDateTime>2021-07-18</DepartureDateTime>\n      <OriginLocation LocationCode=\"JNB\" />\n      <DestinationLocation LocationCode=\"SEZ\" />\n   </OriginDestinationInformation>\n      <TravelPreferences MaxStopsQuantity=\"4\">\n      <CabinPref Cabin=\"Economy\" />\n   </TravelPreferences>\n   <TravelerInfoSummary>\n      <AirTravelerAvail>\n         <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n      </AirTravelerAvail>\n   </TravelerInfoSummary>\n</KIU_AirAvailRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 14 Jun 2021 14:45:39 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"765"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirAvailRS EchoToken=\"1\" TimeStamp=\"2021-06-14T14:45:39+00:00\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <OriginDestinationInformation>\n        <DepartureDateTime>2021-07-12</DepartureDateTime>\n        <OriginLocation>SEZ</OriginLocation>\n        <DestinationLocation>JNB</DestinationLocation>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 11:00:00\" ArrivalDateTime=\"2021-07-12 14:05:00\" StopQuantity=\"0\" FlightNumber=\"163\" JourneyDuration=\"05:05:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 23:00:00\" ArrivalDateTime=\"2021-07-13 14:00:00\" StopQuantity=\"2\" FlightNumber=\"9090\" JourneyDuration=\"17:00:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"SF3\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"D\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 20:20:00\" ArrivalDateTime=\"2021-07-13 00:55:00\" StopQuantity=\"0\" FlightNumber=\"17\" JourneyDuration=\"04:35:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"AUH\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"K\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"X\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"V\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"N\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"S\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n                <FlightSegment DepartureDateTime=\"2021-07-13 05:05:00\" ArrivalDateTime=\"2021-07-13 09:45:00\" StopQuantity=\"0\" FlightNumber=\"169\" JourneyDuration=\"06:40:00\">\n                    <DepartureAirport LocationCode=\"AUH\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"B\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"L\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 22:20:00\" ArrivalDateTime=\"2021-07-13 02:55:00\" StopQuantity=\"0\" FlightNumber=\"20\" JourneyDuration=\"04:35:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"AUH\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n                <FlightSegment DepartureDateTime=\"2021-07-13 05:05:00\" ArrivalDateTime=\"2021-07-13 09:45:00\" StopQuantity=\"0\" FlightNumber=\"169\" JourneyDuration=\"06:40:00\">\n                    <DepartureAirport LocationCode=\"AUH\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"B\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"L\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </OriginDestinationInformation>\n    <OriginDestinationInformation>\n        <DepartureDateTime>2021-07-18</DepartureDateTime>\n        <OriginLocation>JNB</OriginLocation>\n        <DestinationLocation>SEZ</DestinationLocation>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-18 10:00:00\" ArrivalDateTime=\"2021-07-18 16:55:00\" StopQuantity=\"0\" FlightNumber=\"160\" JourneyDuration=\"04:55:00\">\n                    <DepartureAirport LocationCode=\"JNB\"/>\n                    <ArrivalAirport LocationCode=\"SEZ\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-18 16:00:00\" ArrivalDateTime=\"2021-07-18 22:55:00\" StopQuantity=\"0\" FlightNumber=\"162\" JourneyDuration=\"04:55:00\">\n                    <DepartureAirport LocationCode=\"JNB\"/>\n                    <ArrivalAirport LocationCode=\"SEZ\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </OriginDestinationInformation>\n</KIU_AirAvailRS>"},{"id":"6ee2c379-e050-4bb0-b663-136fef429d33","name":"KIU_AirAvailRQ - Success - OneWay","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirAvailRQ EchoToken=\"1\" TimeStamp=\"2013-01-24T19:20:43+00:00\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" DirectFlightsOnly=\"false\" MaxResponses=\"10\" CombinedItineraries=\"false\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n   </POS>\n   <SpecificFlightInfo>\n      <Airline Code=\"XX\" />\n   </SpecificFlightInfo>\n   <OriginDestinationInformation>\n      <DepartureDateTime>2021-07-12</DepartureDateTime>\n      <OriginLocation LocationCode=\"SEZ\" />\n      <DestinationLocation LocationCode=\"JNB\" />\n   </OriginDestinationInformation>\n      <TravelPreferences MaxStopsQuantity=\"4\">\n      <CabinPref Cabin=\"Economy\" />\n   </TravelPreferences>\n   <TravelerInfoSummary>\n      <AirTravelerAvail>\n         <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n      </AirTravelerAvail>\n   </TravelerInfoSummary>\n</KIU_AirAvailRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 14 Jun 2021 14:46:51 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"688"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirAvailRS EchoToken=\"1\" TimeStamp=\"2021-06-14T14:46:51+00:00\" Target=\"Production\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <OriginDestinationInformation>\n        <DepartureDateTime>2021-07-12</DepartureDateTime>\n        <OriginLocation>SEZ</OriginLocation>\n        <DestinationLocation>JNB</DestinationLocation>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 11:00:00\" ArrivalDateTime=\"2021-07-12 14:05:00\" StopQuantity=\"0\" FlightNumber=\"163\" JourneyDuration=\"05:05:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 23:00:00\" ArrivalDateTime=\"2021-07-13 14:00:00\" StopQuantity=\"2\" FlightNumber=\"9090\" JourneyDuration=\"17:00:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"SF3\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"D\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 20:20:00\" ArrivalDateTime=\"2021-07-13 00:55:00\" StopQuantity=\"0\" FlightNumber=\"17\" JourneyDuration=\"04:35:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"AUH\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"K\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"X\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"V\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"N\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"S\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n                <FlightSegment DepartureDateTime=\"2021-07-13 05:05:00\" ArrivalDateTime=\"2021-07-13 09:45:00\" StopQuantity=\"0\" FlightNumber=\"169\" JourneyDuration=\"06:40:00\">\n                    <DepartureAirport LocationCode=\"AUH\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"B\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"L\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-12 22:20:00\" ArrivalDateTime=\"2021-07-13 02:55:00\" StopQuantity=\"0\" FlightNumber=\"20\" JourneyDuration=\"04:35:00\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"AUH\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"-\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"B\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"H\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                </FlightSegment>\n                <FlightSegment DepartureDateTime=\"2021-07-13 05:05:00\" ArrivalDateTime=\"2021-07-13 09:45:00\" StopQuantity=\"0\" FlightNumber=\"169\" JourneyDuration=\"06:40:00\">\n                    <DepartureAirport LocationCode=\"AUH\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <Equipment AirEquipType=\"320\" />\n                    <MarketingAirline CompanyShortName=\"XX\"/>\n                    <Meal MealCode=\"B\"/>\n                    <MarketingCabin CabinType=\"Economy\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"Y\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"M\" ResBookDesigQuantity=\"9\" RPH=\"1\"/>\n                    <BookingClassAvail ResBookDesigCode=\"L\" ResBookDesigQuantity=\"L\" RPH=\"1\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </OriginDestinationInformation>\n</KIU_AirAvailRS>"}],"_postman_id":"16d42281-2296-4267-921e-cae47fe7a724"},{"name":"KIU_AirBookV2RQ","id":"526946c8-f8f5-4403-a5b2-e990662ab752","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RQ\n\txmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n\txmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n\txmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n\txmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n\txmlns=\"http://www.opentravel.org/OTA/2003/05\"\n\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\" \n EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:00:00.0Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\"></Source>\n\t</POS>\n\t<AirItinerary> \t<OriginDestinationOptions>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-09-10T11:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"1\" FlightNumber=\"163\">\n\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-09-19T16:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"2\" FlightNumber=\"162\">\n\t\t\t\t\t<DepartureAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t<ArrivalAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t</OriginDestinationOptions>\n\t</AirItinerary>\n\t<TravelerInfo>\n\t\t<AirTraveler>\n\t\t\t<PersonName PTC=\"ADT\">\n\t\t\t\t<NamePrefix>MR</NamePrefix>\n\t\t\t\t<GivenName>GERARDO</GivenName>\n\t\t\t\t<MiddleName>O</MiddleName>\n\t\t\t\t<Surname>NIZETICH </Surname>\n\t\t\t</PersonName>\n\t\t\t<Document DocType=\"NI\" DocID=\"223113122N\"/>\n\t\t\t<Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n\t\t\t<TravelerRefNumber RPH=\"1\"/>\n\t\t</AirTraveler>\n\t\t<AirTraveler>\n\t\t\t<PersonName PTC=\"INF\" BirthDate=\"2020-08-21\">\n\t\t\t\t<GivenName>JULIETA</GivenName>\n\t\t\t\t<MiddleName>PIPPA</MiddleName>\n\t\t\t\t<Surname>NIZETICH</Surname>\n\t\t\t</PersonName>\n\t\t\t<Document DocType=\"NI\" DocID=\"223113122N\"/>\n\t\t\t<Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n\t\t\t<TravelerRefNumber RPH=\"2\"/>\n\t\t</AirTraveler>\n\t\t<AirTraveler>\n\t\t\t<PersonName PTC=\"CHD\" BirthDate=\"2012-07-08\">\n\t\t\t\t<GivenName>JUAN</GivenName>\n\t\t\t\t<MiddleName>PABLO</MiddleName>\n\t\t\t\t<Surname>NIZETICH</Surname>\n\t\t\t</PersonName>\n\t\t\t<Document DocType=\"NI\" DocID=\"223113122N\"/>\n\t\t\t<Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n\t\t\t<TravelerRefNumber RPH=\"3\"/>\n\t\t</AirTraveler>\n\t\t<SpecialReqDetails>\n\t\t\t<Remarks>\n\t\t\t\t<Remark RPH=\"1\">TEST REMARK</Remark>\n\t\t\t</Remarks>\n\t\t</SpecialReqDetails>\n\t</TravelerInfo>\n\t<Ticketing CancelOnExpiryInd=\"true\" TicketTimeLimit=\"2021-08-30T18:00:00\" TimeLimitCity=\"AEP\"/>\n</KIU_AirBookV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to create a reservation.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirBookV2RQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"d4c988a5-cddc-47d4-b844-7c6a52d6def7","name":"KIU_AirBookV2RQ - Success- RoundTrip","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n xmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 \" \n EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:00:00.0Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n        </Source>\n    </POS>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-10T11:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"1\" FlightNumber=\"163\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-19T16:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"2\" FlightNumber=\"162\">\n                    <DepartureAirport LocationCode=\"JNB\"/>\n                    <ArrivalAirport LocationCode=\"SEZ\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler>\n            <PersonName PTC=\"ADT\">\n                <NamePrefix>MR</NamePrefix>\n                <GivenName>GERARDO</GivenName>\n                <MiddleName>O</MiddleName>\n                <Surname>NIZETICH </Surname>\n            </PersonName>\n            <Document DocType=\"NI\" DocID=\"223113122N\"/>\n            <Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n        <SpecialReqDetails>\n            <SeatRequests>\n                <SeatRequest FlighReftNumberRPH=\"1\" TravelerRefNumberRPH=\"1\" SeatNumber=\"7A\"/>\n                <SeatRequest FlighReftNumberRPH=\"2\" TravelerRefNumberRPH=\"1\" SeatNumber=\"6B\"/>\n            </SeatRequests>\n            <SpecialServiceRequests>\n                <SpecialServiceRequest SSRCode=\"PDBG\" Number=\"1\" ServiceQuantity=\"1\" FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"1\">\n                    <Airline Code=\"XX\"/>\n                </SpecialServiceRequest>\n            </SpecialServiceRequests>\n            <Remarks>\n                <Remark RPH=\"1\">TEST REMARK</Remark>\n            </Remarks>\n        </SpecialReqDetails>\n    </TravelerInfo>\n    <Ticketing CancelOnExpiryInd=\"true\" TicketTimeLimit=\"2021-06-20T18:00:00\" TimeLimitCity=\"AEP\"/>\n</KIU_AirBookV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 12:15:08 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"740"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RS EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:15:08+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\" 10JUL 1100\" ArrivalDateTime=\" 1405\" FlightNumber=\"163\" ResBookDesigCode=\"B\" RPH=\"1\" Status=\"HK\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\" 19JUL 1600\" ArrivalDateTime=\" 2255\" FlightNumber=\"162\" ResBookDesigCode=\"B\" RPH=\"2\" Status=\"HK\">\n                    <DepartureAirport LocationCode=\"JNB\"/>\n                    <ArrivalAirport LocationCode=\"SEZ\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>GERARDO O MR</GivenName>\n                <Surname>NIZETICH</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Document DocID=\"223113122N\" DocType=\"NI\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n    </TravelerInfo>\n    <SpecialReqDetails>\n        <SpecialServiceRequest Number=\"1\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n            <Airline Code=\"XX\"/>\n            <Text/>\n        </SpecialServiceRequest>\n        <SpecialServiceRequest Number=\"2\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n            <Airline Code=\"XX\"/>\n            <Text/>\n        </SpecialServiceRequest>\n        <Remarks>\n            <Remark>TEST REMARK</Remark>\n        </Remarks>\n    </SpecialReqDetails>\n    <BookingReferenceID Type=\"1\" ID=\"VRBRZM\" LastModificationDate=\"2021-06-15T12:15:08.54\" TicketTimeLimit=\"TXAEP/2021-06-20 18:00:00\"/>\n</KIU_AirBookV2RS>"},{"id":"3a7c1d8a-061e-4c9b-9a46-daa8302a22ca","name":"KIU_AirBookV2RQ  - Success - OneWay","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n xmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 file:/C:/Users/kiusys/Documents/Projects/Web%20Services/OTA/2017B/KIU_Schemas2017B/KIU_AirBookV2RQ.xsd\" \n EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:00:00.0Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n        </Source>\n    </POS>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-10T11:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"1\" FlightNumber=\"163\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler>\n            <PersonName PTC=\"ADT\">\n                <NamePrefix>MR</NamePrefix>\n                <GivenName>GERARDO</GivenName>\n                <MiddleName>O</MiddleName>\n                <Surname>NIZETICH </Surname>\n            </PersonName>\n            <Document DocType=\"NI\" DocID=\"223113122N\"/>\n            <Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n        <SpecialReqDetails>\n            <SeatRequests>\n                <SeatRequest FlighReftNumberRPH=\"1\" TravelerRefNumberRPH=\"1\" SeatNumber=\"7A\"/>\n            </SeatRequests>\n            <SpecialServiceRequests>\n                <SpecialServiceRequest SSRCode=\"PDBG\" Number=\"1\" ServiceQuantity=\"1\" FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"1\">\n                    <Airline Code=\"XX\"/>\n                </SpecialServiceRequest>\n            </SpecialServiceRequests>\n            <Remarks>\n                <Remark RPH=\"1\">TEST REMARK</Remark>\n            </Remarks>\n        </SpecialReqDetails>\n    </TravelerInfo>\n    <Ticketing CancelOnExpiryInd=\"true\" TicketTimeLimit=\"2021-06-20T18:00:00\" TimeLimitCity=\"AEP\"/>\n</KIU_AirBookV2RQ>","type":"text"}]},"url":"{{url_endPoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 12:21:57 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"694"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RS EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:21:57+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\" 10JUL 1100\" ArrivalDateTime=\" 1405\" FlightNumber=\"163\" ResBookDesigCode=\"B\" RPH=\"1\" Status=\"HK\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>GERARDO O MR</GivenName>\n                <Surname>NIZETICH</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Document DocID=\"223113122N\" DocType=\"NI\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n    </TravelerInfo>\n    <SpecialReqDetails>\n        <SpecialServiceRequest Number=\"1\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n            <Airline Code=\"XX\"/>\n            <Text/>\n        </SpecialServiceRequest>\n        <Remarks>\n            <Remark>TEST REMARK</Remark>\n        </Remarks>\n    </SpecialReqDetails>\n    <BookingReferenceID Type=\"1\" ID=\"KVWKJO\" LastModificationDate=\"2021-06-15T12:21:57.05\" TicketTimeLimit=\"TXAEP/2021-06-20 18:00:00\"/>\n</KIU_AirBookV2RS>"},{"id":"b72ade11-c5ba-4111-9f3e-66eece1afe9a","name":"KIU_AirBookV2RQ - Error - INVALID FLIGHT","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n xmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05 file:/C:/Users/kiusys/Documents/Projects/Web%20Services/OTA/2017B/KIU_Schemas2017B/KIU_AirBookV2RQ.xsd\" \n EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:00:00.0Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n        </Source>\n    </POS>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\"2021-07-10T11:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"1\" FlightNumber=\"162\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler>\n            <PersonName PTC=\"ADT\">\n                <NamePrefix>MR</NamePrefix>\n                <GivenName>GERARDO</GivenName>\n                <MiddleName>O</MiddleName>\n                <Surname>NIZETICH </Surname>\n            </PersonName>\n            <Document DocType=\"NI\" DocID=\"223113122N\"/>\n            <Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n        <SpecialReqDetails>\n            <SeatRequests>\n                <SeatRequest FlighReftNumberRPH=\"1\" TravelerRefNumberRPH=\"1\" SeatNumber=\"7A\"/>\n            </SeatRequests>\n            <SpecialServiceRequests>\n                <SpecialServiceRequest SSRCode=\"PDBG\" Number=\"1\" ServiceQuantity=\"1\" FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"1\">\n                    <Airline Code=\"XX\"/>\n                </SpecialServiceRequest>\n            </SpecialServiceRequests>\n            <Remarks>\n                <Remark RPH=\"1\">TEST REMARK</Remark>\n            </Remarks>\n        </SpecialReqDetails>\n    </TravelerInfo>\n    <Ticketing CancelOnExpiryInd=\"true\" TicketTimeLimit=\"2021-06-20T18:00:00\" TimeLimitCity=\"AEP\"/>\n</KIU_AirBookV2RQ>","type":"text"}]},"url":"{{url_endPoint}}"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 12:22:55 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RS EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:22:55+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>1006</ErrorCode>\n        <ErrorMsg>INVALID FLIGHT</ErrorMsg>\n    </Error>\n</KIU_AirBookV2RS>"},{"id":"2f35c52c-df12-42bb-830b-080e46410294","name":"KIU_AirBookV2RQ - Success - Multi Passenger types","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RQ\n\txmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n\txmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n\txmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n\txmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n\txmlns=\"http://www.opentravel.org/OTA/2003/05\"\n\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\" \n EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-06-15T12:00:00.0Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\"></Source>\n\t</POS>\n\t<AirItinerary>\n\t\t<OriginDestinationOptions>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-09-10T11:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"1\" FlightNumber=\"163\">\n\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-09-19T16:00:00\" ResBookDesigCode=\"B\" SegmentRPH=\"2\" FlightNumber=\"162\">\n\t\t\t\t\t<DepartureAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t<ArrivalAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t</OriginDestinationOptions>\n\t</AirItinerary>\n\t<TravelerInfo>\n\t\t<AirTraveler>\n\t\t\t<PersonName PTC=\"ADT\">\n\t\t\t\t<NamePrefix>MR</NamePrefix>\n\t\t\t\t<GivenName>GERARDO</GivenName>\n\t\t\t\t<MiddleName>O</MiddleName>\n\t\t\t\t<Surname>NIZETICH </Surname>\n\t\t\t</PersonName>\n\t\t\t<Document DocType=\"NI\" DocID=\"223113122N\"/>\n\t\t\t<Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n\t\t\t<TravelerRefNumber RPH=\"1\"/>\n\t\t</AirTraveler>\n\t\t<AirTraveler>\n\t\t\t<PersonName PTC=\"INF\" BirthDate=\"2020-08-21\">\n\t\t\t\t<GivenName>JULIETA</GivenName>\n\t\t\t\t<MiddleName>PIPPA</MiddleName>\n\t\t\t\t<Surname>NIZETICH</Surname>\n\t\t\t</PersonName>\n\t\t\t<Document DocType=\"NI\" DocID=\"223113122N\"/>\n\t\t\t<Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n\t\t\t<TravelerRefNumber RPH=\"2\"/>\n\t\t</AirTraveler>\n\t\t<AirTraveler>\n\t\t\t<PersonName PTC=\"CHD\" BirthDate=\"2012-07-08\">\n\t\t\t\t<GivenName>JUAN</GivenName>\n\t\t\t\t<MiddleName>PABLO</MiddleName>\n\t\t\t\t<Surname>NIZETICH</Surname>\n\t\t\t</PersonName>\n\t\t\t<Document DocType=\"NI\" DocID=\"223113122N\"/>\n\t\t\t<Telephone CountryAccessCode=\"54\" AreaCityCode=\"11\" PhoneNumber=\"765666999\"/>\n\t\t\t<TravelerRefNumber RPH=\"3\"/>\n\t\t</AirTraveler>\n\t\t<SpecialReqDetails>\n\t\t\t<Remarks>\n\t\t\t\t<Remark RPH=\"1\">TEST REMARK</Remark>\n\t\t\t</Remarks>\n\t\t</SpecialReqDetails>\n\t</TravelerInfo>\n\t<Ticketing CancelOnExpiryInd=\"true\" TicketTimeLimit=\"2021-08-30T18:00:00\" TimeLimitCity=\"AEP\"/>\n</KIU_AirBookV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 23 Aug 2021 10:07:35 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"734"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RS EchoToken=\"GERTESTWS3DOCS\" TimeStamp=\"2021-08-23T10:07:35+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\" 10SEP 1100\" ArrivalDateTime=\" 1405\" FlightNumber=\"163\" ResBookDesigCode=\"B\" RPH=\"1\" Status=\"HK\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\" 19SEP 1600\" ArrivalDateTime=\" 2255\" FlightNumber=\"162\" ResBookDesigCode=\"B\" RPH=\"2\" Status=\"HK\">\n                    <DepartureAirport LocationCode=\"JNB\"/>\n                    <ArrivalAirport LocationCode=\"SEZ\"/>\n                    <MarketingAirline Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>GERARDO O MR</GivenName>\n                <Surname>NIZETICH</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Document DocID=\"223113122N\" DocType=\"NI\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n        <AirTraveler PassengerTypeCode=\"INF\">\n            <PersonName>\n                <GivenName>JULIETA PIPPA</GivenName>\n                <Surname>NIZETICH</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Document DocID=\"223113122N\" DocType=\"NI\"/>\n            <TravelerRefNumber RPH=\"2\"/>\n        </AirTraveler>\n        <AirTraveler PassengerTypeCode=\"CHD\">\n            <PersonName>\n                <GivenName>JUAN PABLO</GivenName>\n                <Surname>NIZETICH</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Telephone PhoneNumber=\"5411765666999\"/>\n            <Document DocID=\"223113122N\" DocType=\"NI\"/>\n            <TravelerRefNumber RPH=\"3\"/>\n        </AirTraveler>\n    </TravelerInfo>\n    <SpecialReqDetails>\n        <Remarks>\n            <Remark>TEST REMARK</Remark>\n        </Remarks>\n    </SpecialReqDetails>\n    <BookingReferenceID Type=\"1\" ID=\"BRSREX\" LastModificationDate=\"2021-08-23T10:07:35.37\" TicketTimeLimit=\"TXAEP/2021-08-30 18:00:00\"/>\n</KIU_AirBookV2RS>"}],"_postman_id":"526946c8-f8f5-4403-a5b2-e990662ab752"},{"name":"KIU_AirPriceRQ","id":"b3114cf6-4aee-4bac-95aa-afc9245afb42","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRQ EchoToken=\"DEV\" TimeStamp=\"2015-03-09T16:49:52+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX816\">\n         <RequestorID Type=\"5\" />\n         <BookingChannel Type=\"1\" />\n      </Source>\n   </POS>\n   <AirItinerary>\n      <OriginDestinationOptions>\n         <OriginDestinationOption>\n            <FlightSegment DepartureDateTime=\"2021-11-15 11:00:00\" ArrivalDateTime=\"2017-09-18 22:00:00\" FlightNumber=\"100\" ResBookDesigCode=\"Y\">\n               <DepartureAirport LocationCode=\"AEP\" />\n               <ArrivalAirport LocationCode=\"OYO\" />\n               <MarketingAirline Code=\"XX\" />\n            </FlightSegment>\n         </OriginDestinationOption>\n      </OriginDestinationOptions>\n   </AirItinerary>\n   <TravelerInfoSummary>\n   <PriceRequestInformation>\n      <TPA_Extension>\n         <TourCode Code=\"JUANTEST\" />\n      </TPA_Extension>\n   </PriceRequestInformation>\n      <AirTravelerAvail>\n         <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n      </AirTravelerAvail>\n   </TravelerInfoSummary>\n</KIU_AirPriceRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method offer to consumers two operation options:</p>\n<p>1 - Price itinerary without booked.<br />2 - Re-price a reservation.</p>\n<p>Also users can reprice or price ancillaries booked in the reservation.</p>\n<p>Please see review the examples and the schemas associated.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirPriceRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"0ac6c8eb-b24e-4872-898e-098a5c45dc39","name":"KIU_AirPriceRQ - Success - Price itinerary without reservation","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRQ EchoToken=\"GETTESTDOC\" TimeStamp=\"2021-06-15T12:20:09Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX817\">\n\t\t\t<RequestorID Type=\"5\"/>\n\t\t\t<BookingChannel Type=\"1\"/>\n\t\t</Source>\n\t</POS>\n\t<AirItinerary>\n\t\t<OriginDestinationOptions>\n\t\t\t<OriginDestinationOption>\n\t\t\t\t<FlightSegment DepartureDateTime=\"2021-06-20T11:00:00\" ArrivalDateTime=\"2021-06-20T14:05:00\" FlightNumber=\"163\" ResBookDesigCode=\"B\" >\n\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t</FlightSegment>\n\t\t\t</OriginDestinationOption>\n\t\t</OriginDestinationOptions>\n\t</AirItinerary>\n\t<TravelerInfoSummary>\n\t\t<AirTravelerAvail>\n\t\t\t<PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\"/>\n\t\t</AirTravelerAvail>\n\t</TravelerInfoSummary>\n</KIU_AirPriceRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 12:32:57 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"706"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRS EchoToken=\"GETTESTDOC\" TimeStamp=\"2021-06-15T12:32:57+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <PricedItineraries>\n        <PricedItinerary SequenceNumber=\"1\">\n            <AirItinerary>\n                <OriginDestinationOptions>\n                    <OriginDestinationOption>\n                        <FlightSegment DepartureDateTime=\"2021-06-20T11:00:00\" ArrivalDateTime=\"2021-06-20T14:05:00\" FlightNumber=\"163\" ResBookDesigCode=\"B\">\n                            <DepartureAirport LocationCode=\"SEZ\"/>\n                            <ArrivalAirport LocationCode=\"JNB\"/>\n                            <MarketingAirline Code=\"XX\"/>\n                        </FlightSegment>\n                    </OriginDestinationOption>\n                </OriginDestinationOptions>\n            </AirItinerary>\n            <AirItineraryPricingInfo>\n                <ItinTotalFare>\n                    <BaseFare Amount=\"400\" CurrencyCode=\"USD\"/>\n                    <EquivFare Amount=\"40100\" CurrencyCode=\"ARS\"/>\n                    <Taxes>\n                        <Tax TaxCode=\"O5\" Amount=\"12571.35\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"Q1\" Amount=\"14666.58\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"YQ\" Amount=\"1804.5\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"YR\" Amount=\"2205.5\" CurrencyCode=\"ARS\"/>\n                    </Taxes>\n                    <TPA_Extension>\n                        <Surcharges>\n                            <Surcharge FareChargeCode=\"\" FareChargeAmount=\"0.00\" />\n                        </Surcharges>\n                    </TPA_Extension>\n                    <TotalFare Amount=\"71347.93\" CurrencyCode=\"ARS\"/>\n                </ItinTotalFare>\n                <PTC_FareBreakdowns>\n                    <PTC_FareBreakdown>\n                        <PassengerTypeQuantity Quantity=\"1\" Code=\"ADT\" />\n                        <PassengerFare>\n                            <BaseFare Amount=\"400\" CurrencyCode=\"USD\"/>\n                            <EquivFare Amount=\"40100\" CurrencyCode=\"ARS\"/>\n                            <Taxes>\n                                <Tax TaxCode=\"O5\" Amount=\"12571.35\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"Q1\" Amount=\"14666.58\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"YQ\" Amount=\"1804.5\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"YR\" Amount=\"2205.5\" CurrencyCode=\"ARS\" />\n                            </Taxes>\n                            <TPA_Extension>\n                                <Surcharges>\n                                    <Surcharge FareChargeCode=\"\" FareChargeAmount=\"0.00\" />\n                                </Surcharges>\n                            </TPA_Extension>\n                        </PassengerFare>\n                    </PTC_FareBreakdown>\n                </PTC_FareBreakdowns>\n            </AirItineraryPricingInfo>\n        </PricedItinerary>\n    </PricedItineraries>\n    <IssueOfficeInfo OfficeID=\"\"/>\n</KIU_AirPriceRS>"},{"id":"98dc1431-ed4a-4043-98ea-f81566aa96da","name":"KIU_AirPriceRQ - Success - RePrice reservation including ancillaries","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRQ EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T12:00:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" Type=\"Reprice\" IncludeAncillaries=\"true\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX817\">\n\t\t\t<RequestorID Type=\"5\" />\n\t\t\t<BookingChannel Type=\"1\" />\n\t\t</Source>\n\t</POS>\n\t<BookingReferenceID ID=\"UNZYUE\" />\n</KIU_AirPriceRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 12:56:56 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"509"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRS EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T12:56:56+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <BookingReference ID=\"UNZYUE\" LastModificationDate=\"2021-06-15T12:56:56.237Z\"/>\n    <PricedItineraries>\n        <PricedItinerary SequenceNumber=\"\">\n            <AirItineraryPricingInfo>\n                <PTC_Breakdowns>\n                    <PTC_Breakdown>\n                        <PassengerTypeQuantity Code=\"ADT\">1</PassengerTypeQuantity>\n                        <PassengerFare>\n                            <BaseFare CurrencyCode=\"USD\" Amount=\"700.00\"/>\n                            <EquivFare CurrencyCode=\"ARS\" Amount=\"70175.00\"/>\n                            <Taxes>\n                                <Tax TaxCode=\"O5\" CurrencyCode=\"ARS\" Amount=\"21593.85\"/>\n                                <Tax TaxCode=\"Q1\" CurrencyCode=\"ARS\" Amount=\"25192.83\"/>\n                                <Tax TaxCode=\"YQ\" CurrencyCode=\"ARS\" Amount=\"1804.50\"/>\n                                <Tax TaxCode=\"YR\" CurrencyCode=\"ARS\" Amount=\"2205.50\"/>\n                            </Taxes>\n                            <TotalFare CurrencyCode=\"ARS\" Amount=\"120971.68\"/>\n                        </PassengerFare>\n                    </PTC_Breakdown>\n                </PTC_Breakdowns>\n            </AirItineraryPricingInfo>\n            <TPA_Extension>\n                <Offer/>\n            </TPA_Extension>\n        </PricedItinerary>\n    </PricedItineraries>\n</KIU_AirPriceRS>"},{"id":"8b7d9153-f988-42fe-9853-6e6f022f3cd0","name":"KIU_AirPriceRQ - Success - Reprice reservation with TourCode discounts","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirPriceRQ EchoToken=\"GERTESTTCWS1\" TimeStamp=\"2021-10-20T13:01:45-03:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" Type=\"Reprice\"><POS><Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX816\"><RequestorID Type=\"5\"/><BookingChannel Type=\"1\"/></Source></POS><BookingReferenceID ID=\"FCBQIT\" /><TravelerInfoSummary><AirTravelerAvail><PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\"/></AirTravelerAvail><PriceRequestInformation><TPA_Extension><TourCode Type=\"N\" Code=\"JUANTEST\"/></TPA_Extension></PriceRequestInformation></TravelerInfoSummary></KIU_AirPriceRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 20 Oct 2021 13:38:16 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"614"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRS EchoToken=\"GERTESTTCWS1\" TimeStamp=\"2021-10-20T13:38:16+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <PricedItineraries>\n        <PricedItinerary SequenceNumber=\"1\">\n            <AirItineraryPricingInfo LastModificationDate=\"2021-10-20T13:38:16.02\">\n                <ItinTotalFare>\n                    <BaseFare Amount=\"160\" CurrencyCode=\"USD\"/>\n                    <EquivFare Amount=\"16760\" CurrencyCode=\"ARS\"/>\n                    <Taxes>\n                        <Tax TaxCode=\"O5\" Amount=\"5593.65\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"YQ\" Amount=\"1885.5\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"YR\" Amount=\"2304.5\" CurrencyCode=\"ARS\"/>\n                    </Taxes>\n                    <TPA_Extension>\n                        <Surcharges>\n                            <Surcharge FareChargeCode=\"\" FareChargeAmount=\"0.00\" />\n                        </Surcharges>\n                    </TPA_Extension>\n                    <TotalFare Amount=\"26543.65\" CurrencyCode=\"ARS\"/>\n                </ItinTotalFare>\n                <PTC_FareBreakdowns>\n                    <PTC_FareBreakdown>\n                        <PassengerTypeQuantity Quantity=\"1\" Code=\"ADT\" />\n                        <PassengerFare>\n                            <BaseFare Amount=\"160\" CurrencyCode=\"USD\"/>\n                            <EquivFare Amount=\"16760\" CurrencyCode=\"ARS\"/>\n                            <Taxes>\n                                <Tax TaxCode=\"O5\" Amount=\"5593.65\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"YQ\" Amount=\"1885.5\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"YR\" Amount=\"2304.5\" CurrencyCode=\"ARS\" />\n                            </Taxes>\n                            <TPA_Extension>\n                                <Surcharges>\n                                    <Surcharge FareChargeCode=\"\" FareChargeAmount=\"0.00\" />\n                                </Surcharges>\n                            </TPA_Extension>\n                        </PassengerFare>\n                    </PTC_FareBreakdown>\n                </PTC_FareBreakdowns>\n            </AirItineraryPricingInfo>\n        </PricedItinerary>\n    </PricedItineraries>\n    <Warnings>\n        <Warning Type=\"13\">PRICE DISCREPANCIES</Warning>\n    </Warnings>\n    <IssueOfficeInfo OfficeID=\"\"/>\n    <BookingReferenceID ID=\"FCBQIT\" />\n</KIU_AirPriceRS>"},{"id":"3404f62f-1094-4f38-a2a5-27406f9a8704","name":"KIU_AirPriceRQ - Success - Price segments with TourCode Discounts","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRQ EchoToken=\"DEV\" TimeStamp=\"2015-03-09T16:49:52+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" PseudoCityCode=\"AEP\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" TerminalID=\"AEP00XX816\">\n         <RequestorID Type=\"5\" />\n         <BookingChannel Type=\"1\" />\n      </Source>\n   </POS>\n   <AirItinerary>\n      <OriginDestinationOptions>\n         <OriginDestinationOption>\n            <FlightSegment DepartureDateTime=\"2021-11-15 11:00:00\" ArrivalDateTime=\"2017-09-18 22:00:00\" FlightNumber=\"100\" ResBookDesigCode=\"Y\">\n               <DepartureAirport LocationCode=\"AEP\" />\n               <ArrivalAirport LocationCode=\"OYO\" />\n               <MarketingAirline Code=\"XX\" />\n            </FlightSegment>\n         </OriginDestinationOption>\n      </OriginDestinationOptions>\n   </AirItinerary>\n   <TravelerInfoSummary>\n   <PriceRequestInformation>\n      <TPA_Extension>\n         <TourCode Code=\"JUANTEST\" />\n      </TPA_Extension>\n   </PriceRequestInformation>\n      <AirTravelerAvail>\n         <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n      </AirTravelerAvail>\n   </TravelerInfoSummary>\n</KIU_AirPriceRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 20 Oct 2021 13:48:57 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"802"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirPriceRS EchoToken=\"DEV\" TimeStamp=\"2021-10-20T13:48:57+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <PricedItineraries>\n        <PricedItinerary SequenceNumber=\"1\">\n            <AirItinerary>\n                <OriginDestinationOptions>\n                    <OriginDestinationOption>\n                        <FlightSegment DepartureDateTime=\"2021-11-15 11:00:00\" ArrivalDateTime=\"2017-09-18 22:00:00\" FlightNumber=\"100\" ResBookDesigCode=\"Y\">\n                            <DepartureAirport LocationCode=\"AEP\"/>\n                            <ArrivalAirport LocationCode=\"OYO\"/>\n                            <MarketingAirline Code=\"XX\"/>\n                        </FlightSegment>\n                    </OriginDestinationOption>\n                </OriginDestinationOptions>\n            </AirItinerary>\n            <AirItineraryPricingInfo>\n                <ItinTotalFare>\n                    <BaseFare Amount=\"500\" CurrencyCode=\"ARS\"/>\n                    <EquivFare Amount=\"500\" CurrencyCode=\"ARS\"/>\n                    <Taxes>\n                        <Tax TaxCode=\"6H\" Amount=\"1047.5\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"6U\" Amount=\"115.23\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"BF\" Amount=\"3300\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"DL\" Amount=\"54.86\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"Q2\" Amount=\"866.85\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"Q3\" Amount=\"94.28\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"QN\" Amount=\"22.5\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"TQ\" Amount=\"20\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"XR\" Amount=\"35.97\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"YQ\" Amount=\"1885.5\" CurrencyCode=\"ARS\"/>\n                        <Tax TaxCode=\"YR\" Amount=\"2304.5\" CurrencyCode=\"ARS\"/>\n                    </Taxes>\n                    <TPA_Extension>\n                        <Surcharges>\n                            <Surcharge FareChargeCode=\"\" FareChargeAmount=\"0.00\" />\n                        </Surcharges>\n                    </TPA_Extension>\n                    <TotalFare Amount=\"10247.19\" CurrencyCode=\"ARS\"/>\n                </ItinTotalFare>\n                <PTC_FareBreakdowns>\n                    <PTC_FareBreakdown>\n                        <PassengerTypeQuantity Quantity=\"1\" Code=\"ADT\" />\n                        <PassengerFare>\n                            <BaseFare Amount=\"500\" CurrencyCode=\"ARS\"/>\n                            <EquivFare Amount=\"500\" CurrencyCode=\"ARS\"/>\n                            <Taxes>\n                                <Tax TaxCode=\"6H\" Amount=\"1047.5\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"6U\" Amount=\"115.23\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"BF\" Amount=\"3300\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"DL\" Amount=\"54.86\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"Q2\" Amount=\"866.85\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"Q3\" Amount=\"94.28\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"QN\" Amount=\"22.5\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"TQ\" Amount=\"20\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"XR\" Amount=\"35.97\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"YQ\" Amount=\"1885.5\" CurrencyCode=\"ARS\" />\n                                <Tax TaxCode=\"YR\" Amount=\"2304.5\" CurrencyCode=\"ARS\" />\n                            </Taxes>\n                            <TPA_Extension>\n                                <Surcharges>\n                                    <Surcharge FareChargeCode=\"\" FareChargeAmount=\"0.00\" />\n                                </Surcharges>\n                            </TPA_Extension>\n                        </PassengerFare>\n                    </PTC_FareBreakdown>\n                </PTC_FareBreakdowns>\n            </AirItineraryPricingInfo>\n        </PricedItinerary>\n    </PricedItineraries>\n    <IssueOfficeInfo OfficeID=\"\"/>\n</KIU_AirPriceRS>"}],"_postman_id":"b3114cf6-4aee-4bac-95aa-afc9245afb42"},{"name":"KIU_AirOfferListRQ","id":"069c47eb-1551-4fbb-b41c-dc7b71ade4e2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirOfferListRQ EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T13:29:19Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n\t</POS>\n\t<RequestCriterion>\n\t\t<ConfirmedBookingInfo>\n\t\t\t<AirItinerary>\n\t\t\t\t<OriginDestinationOptions>\n\t\t\t\t\t<OriginDestinationOption RPH=\"1\">\n\t\t\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-21\" RPH=\"1\" FlightNumber=\"163\">\n\t\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t\t\t</FlightSegment>\n\t\t\t\t\t</OriginDestinationOption>\n\t\t\t\t\t<OriginDestinationOption RPH=\"1001\">\n\t\t\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-25\" RPH=\"2\" FlightNumber=\"162\">\n\t\t\t\t\t\t\t<DepartureAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t\t\t<ArrivalAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t\t\t</FlightSegment>\n\t\t\t\t\t</OriginDestinationOption>\n\t\t\t\t</OriginDestinationOptions>\n\t\t\t</AirItinerary>\n\t\t\t<Traveler>\n\t\t\t\t<PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n\t\t\t\t<PassengerTypeQuantity Code=\"CNN\" Quantity=\"1\" />\n\t\t\t</Traveler>\n\t\t</ConfirmedBookingInfo>\n\t\t<SpecificGroup Code=\"BG\"/>\n\t</RequestCriterion>\n</KIU_AirOfferListRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows user to get the content of air extras and ancillaries, paid seat for a specific reservation or air itinerary.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirOfferListRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"ac27ed7e-4714-4456-bd91-404445b65749","name":"KIU_AirOfferListRQ - Success - RecordLocator and itinerary segements","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirOfferListRQ EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T13:29:19Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n\t</POS>\n\t<RequestCriterion>\n\t\t<ConfirmedBookingInfo>\n\t\t\t<BookingReferenceId ID=\"UNZYUE\"/>\n\t\t\t<AirItinerary>\n\t\t\t\t<OriginDestinationOptions>\n\t\t\t\t\t<OriginDestinationOption RPH=\"1\">\n\t\t\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-21\" RPH=\"1\" FlightNumber=\"163\">\n\t\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t\t\t</FlightSegment>\n\t\t\t\t\t</OriginDestinationOption>\n\t\t\t\t\t<OriginDestinationOption RPH=\"1001\">\n\t\t\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-25\" RPH=\"2\" FlightNumber=\"162\">\n\t\t\t\t\t\t\t<DepartureAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t\t\t<ArrivalAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t\t\t</FlightSegment>\n\t\t\t\t\t</OriginDestinationOption>\n\t\t\t\t</OriginDestinationOptions>\n\t\t\t</AirItinerary>\n\t\t\t<Traveler>\n\t\t\t\t<PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n\t\t\t\t<PassengerTypeQuantity Code=\"CNN\" Quantity=\"1\" />\n\t\t\t</Traveler>\n\t\t</ConfirmedBookingInfo>\n\t</RequestCriterion>\n</KIU_AirOfferListRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 13:38:52 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"2585"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirGetOfferRS EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T13:38:52+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItineraryInfo DirectionInd=\"OneWay\" AirItineraryRPH=\"0\">\n        <OriginDestinationOptions>\n            <OriginDestinationOption TravelPurpose=\"0\">\n                <FlightSegment FlightNumber=\"163\" DepartureDateTime=\"2021-07-21T00:00:00\" StopQuantity=\"0\" RPH=\"1\">\n                    <DepartureAirport LocationCode=\"SEZ\"/>\n                    <ArrivalAirport LocationCode=\"JNB\"/>\n                    <MarketingAirline CompanyShortName=\"LINEAS AEREAS XX\" Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n        <OriginDestinationOptions>\n            <OriginDestinationOption TravelPurpose=\"0\">\n                <FlightSegment FlightNumber=\"162\" DepartureDateTime=\"2021-07-25T00:00:00\" StopQuantity=\"0\" RPH=\"2\">\n                    <DepartureAirport LocationCode=\"JNB\"/>\n                    <ArrivalAirport LocationCode=\"SEZ\"/>\n                    <MarketingAirline CompanyShortName=\"LINEAS AEREAS XX\" Code=\"XX\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItineraryInfo>\n    <Traveler>\n        <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\"/>\n        <PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\"/>\n    </Traveler>\n    <PriceStructure TicketingCountryCode=\"AR\" PricingCurrency=\"USD\" DisplayCurrency=\"ARS\" DecimalPlaces=\"2\"/>\n    <PricedOffer>\n        <ItemOffer Code=\"PDLG\" PTC=\"ADT\" Description=\"LOUNGE ACCESS\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"902.25O5/1052.63Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDLG\" PTC=\"ADT\" Description=\"LOUNGE ACCESS\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"902.25O5/1052.63Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDLG\" PTC=\"ADT\" Description=\"LOUNGE ACCESS\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"902.25O5/1052.63Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDLG\" PTC=\"ADT\" Description=\"LOUNGE ACCESS\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"902.25O5/1052.63Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ServiceFamily FamilyCode=\"AS\" FamilyName=\"AIRPORT SERVICES\">\n            <ItemOffer Code=\"BFPS\" PTC=\"ADT\" Description=\"PRIORITY SERIVICES\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BFPS\" PTC=\"ADT\" Description=\"PRIORITY SERIVICES\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ESAN\" PTC=\"ADT\" Description=\"EMOTIONAL SUPPORT ASSISTANCE ANIMALS\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ESAN\" PTC=\"ADT\" Description=\"EMOTIONAL SUPPORT ASSISTANCE ANIMALS\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PDUG\" PTC=\"ADT\" Description=\"UPGRADES (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PDUG\" PTC=\"ADT\" Description=\"UPGRADES (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"UMNR\" PTC=\"ADT\" Description=\"UNACCOMPANIED MINOR\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"UMNR\" PTC=\"ADT\" Description=\"UNACCOMPANIED MINOR\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BFPS\" PTC=\"ADT\" Description=\"PRIORITY SERIVICES\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BFPS\" PTC=\"ADT\" Description=\"PRIORITY SERIVICES\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ESAN\" PTC=\"ADT\" Description=\"EMOTIONAL SUPPORT ASSISTANCE ANIMALS\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ESAN\" PTC=\"ADT\" Description=\"EMOTIONAL SUPPORT ASSISTANCE ANIMALS\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PDUG\" PTC=\"ADT\" Description=\"UPGRADES (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PDUG\" PTC=\"ADT\" Description=\"UPGRADES (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"UMNR\" PTC=\"ADT\" Description=\"UNACCOMPANIED MINOR\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"UMNR\" PTC=\"ADT\" Description=\"UNACCOMPANIED MINOR\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n        <ItemOffer Code=\"AVIL\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"3007.50O5/3508.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIL\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"3007.50O5/3508.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIH\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"3007.50O5/3508.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIH\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"3007.50O5/3508.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDBG\" PTC=\"ADT\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2005.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"601.50O5/701.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDBG\" PTC=\"ADT\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2005.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"601.50O5/701.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGF\" PTC=\"ADT\" Description=\"FIRST ADDITIONAL BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2506.25</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"751.88O5/877.19Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGF\" PTC=\"ADT\" Description=\"FIRST ADDITIONAL BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2506.25</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"751.88O5/877.19Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGS\" PTC=\"ADT\" Description=\"SECOND ADDITIONAL BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"902.25O5/1052.63Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGS\" PTC=\"ADT\" Description=\"SECOND ADDITIONAL BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"902.25O5/1052.63Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIL\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"3007.50O5/3508.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIL\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"3007.50O5/3508.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIH\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"3007.50O5/3508.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"AVIH\" PTC=\"ADT\" Description=\"PET IN HOLD\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"3007.50O5/3508.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDBG\" PTC=\"ADT\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2005.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"601.50O5/701.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PDBG\" PTC=\"ADT\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2005.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"601.50O5/701.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGF\" PTC=\"ADT\" Description=\"FIRST ADDITIONAL BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2506.25</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"751.88O5/877.19Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGF\" PTC=\"ADT\" Description=\"FIRST ADDITIONAL BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>2506.25</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"751.88O5/877.19Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGS\" PTC=\"ADT\" Description=\"SECOND ADDITIONAL BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"902.25O5/1052.63Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"PBGS\" PTC=\"ADT\" Description=\"SECOND ADDITIONAL BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"902.25O5/1052.63Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ServiceFamily FamilyCode=\"BG\" FamilyName=\"BAGGAGE\">\n            <ItemOffer Code=\"TVOV\" PTC=\"ADT\" Description=\"TELEVISION OVER 29 INCHES\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"TVOV\" PTC=\"ADT\" Description=\"TELEVISION OVER 29 INCHES\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"XBAG\" PTC=\"ADT\" Description=\"EXCESS BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"XBAG\" PTC=\"ADT\" Description=\"EXCESS BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SMSR\" PTC=\"ADT\" Description=\"SKI EQUIPMENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SMSR\" PTC=\"ADT\" Description=\"SKI EQUIPMENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEQ\" PTC=\"ADT\" Description=\"SPORTS EQUIPMENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEQ\" PTC=\"ADT\" Description=\"SPORTS EQUIPMENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PETC\" PTC=\"ADT\" Description=\"ANIMAL IN CABIN\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PETC\" PTC=\"ADT\" Description=\"ANIMAL IN CABIN\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PBGT\" PTC=\"ADT\" Description=\"PREPAID 3RD ADDITIONAL BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PBGT\" PTC=\"ADT\" Description=\"PREPAID 3RD ADDITIONAL BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BGMI\" PTC=\"ADT\" Description=\"MUSIC INSTRUMENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BGMI\" PTC=\"ADT\" Description=\"MUSIC INSTRUMENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BIKE\" PTC=\"ADT\" Description=\"BICYCLE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BIKE\" PTC=\"ADT\" Description=\"BICYCLE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CBBG\" PTC=\"ADT\" Description=\"CABIN BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CBBG\" PTC=\"ADT\" Description=\"CABIN BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ABAG\" PTC=\"ADT\" Description=\"UP TO 23KG BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ABAG\" PTC=\"ADT\" Description=\"UP TO 23KG BAGGAGE\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVIM\" PTC=\"ADT\" Description=\"ANIMAL IN HOLD MEDIUM UP TO 23KG\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVIM\" PTC=\"ADT\" Description=\"ANIMAL IN HOLD MEDIUM UP TO 23KG\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ABAG\" PTC=\"ADT\" Description=\"UP TO 23KG BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"ABAG\" PTC=\"ADT\" Description=\"UP TO 23KG BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVIM\" PTC=\"ADT\" Description=\"ANIMAL IN HOLD MEDIUM UP TO 23KG\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVIM\" PTC=\"ADT\" Description=\"ANIMAL IN HOLD MEDIUM UP TO 23KG\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BGMI\" PTC=\"ADT\" Description=\"MUSIC INSTRUMENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BGMI\" PTC=\"ADT\" Description=\"MUSIC INSTRUMENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BIKE\" PTC=\"ADT\" Description=\"BICYCLE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BIKE\" PTC=\"ADT\" Description=\"BICYCLE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CBBG\" PTC=\"ADT\" Description=\"CABIN BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CBBG\" PTC=\"ADT\" Description=\"CABIN BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PBGT\" PTC=\"ADT\" Description=\"PREPAID 3RD ADDITIONAL BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PBGT\" PTC=\"ADT\" Description=\"PREPAID 3RD ADDITIONAL BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PETC\" PTC=\"ADT\" Description=\"ANIMAL IN CABIN\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"PETC\" PTC=\"ADT\" Description=\"ANIMAL IN CABIN\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEQ\" PTC=\"ADT\" Description=\"SPORTS EQUIPMENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEQ\" PTC=\"ADT\" Description=\"SPORTS EQUIPMENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SMSR\" PTC=\"ADT\" Description=\"SKI EQUIPMENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SMSR\" PTC=\"ADT\" Description=\"SKI EQUIPMENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"TVOV\" PTC=\"ADT\" Description=\"TELEVISION OVER 29 INCHES\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"TVOV\" PTC=\"ADT\" Description=\"TELEVISION OVER 29 INCHES\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"XBAG\" PTC=\"ADT\" Description=\"EXCESS BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"XBAG\" PTC=\"ADT\" Description=\"EXCESS BAGGAGE\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n        <ServiceFamily FamilyCode=\"GT\" FamilyName=\"OTHERS\">\n            <ItemOffer Code=\"SPEC\" PTC=\"ADT\" Description=\"SPORTS EVENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEC\" PTC=\"ADT\" Description=\"SPORTS EVENT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEC\" PTC=\"ADT\" Description=\"SPORTS EVENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SPEC\" PTC=\"ADT\" Description=\"SPORTS EVENT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n        <ServiceFamily FamilyCode=\"MD\" FamilyName=\"MEDICAL\">\n            <ItemOffer Code=\"WCHC\" PTC=\"ADT\" Description=\"WHEELCHAIR-C FOR CABIN SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHC\" PTC=\"ADT\" Description=\"WHEELCHAIR-C FOR CABIN SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHR\" PTC=\"ADT\" Description=\"WHEELCHAIR-R FOR RAMP\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHR\" PTC=\"ADT\" Description=\"WHEELCHAIR-R FOR RAMP\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHS\" PTC=\"ADT\" Description=\"WHEELCHAIR-S FOR STEPS\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHS\" PTC=\"ADT\" Description=\"WHEELCHAIR-S FOR STEPS\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHC\" PTC=\"ADT\" Description=\"WHEELCHAIR-C FOR CABIN SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHC\" PTC=\"ADT\" Description=\"WHEELCHAIR-C FOR CABIN SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHR\" PTC=\"ADT\" Description=\"WHEELCHAIR-R FOR RAMP\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHR\" PTC=\"ADT\" Description=\"WHEELCHAIR-R FOR RAMP\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHS\" PTC=\"ADT\" Description=\"WHEELCHAIR-S FOR STEPS\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WCHS\" PTC=\"ADT\" Description=\"WHEELCHAIR-S FOR STEPS\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n        <ItemOffer Code=\"LCML\" PTC=\"ADT\" Description=\"MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"3007.50O5/3508.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"LCML\" PTC=\"ADT\" Description=\"MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"3007.50O5/3508.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"LCML\" PTC=\"ADT\" Description=\"MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"3007.50O5/3508.75Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"LCML\" PTC=\"ADT\" Description=\"MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>10025.00</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"3007.50O5/3508.75Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ServiceFamily FamilyCode=\"ML\" FamilyName=\"MEAL/BEVERAGE\">\n            <ItemOffer Code=\"VGML\" PTC=\"ADT\" Description=\"VEGETARIAN VEGAN MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"VGML\" PTC=\"ADT\" Description=\"VEGETARIAN VEGAN MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVML\" PTC=\"ADT\" Description=\"VEGETARIAN HINDU MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVML\" PTC=\"ADT\" Description=\"VEGETARIAN HINDU MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BBML\" PTC=\"ADT\" Description=\"BABY MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BBML\" PTC=\"ADT\" Description=\"BABY MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CHML\" PTC=\"ADT\" Description=\"CHILD MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CHML\" PTC=\"ADT\" Description=\"CHILD MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"DBML\" PTC=\"ADT\" Description=\"DIABETIC MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"DBML\" PTC=\"ADT\" Description=\"DIABETIC MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SFML\" PTC=\"ADT\" Description=\"SEAFOOD MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SFML\" PTC=\"ADT\" Description=\"SEAFOOD MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GMML\" PTC=\"ADT\" Description=\"GOURMET MEAT MENU\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GMML\" PTC=\"ADT\" Description=\"GOURMET MEAT MENU\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GPML\" PTC=\"ADT\" Description=\"GOURMET PASTA MENU\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GPML\" PTC=\"ADT\" Description=\"GOURMET PASTA MENU\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"MOML\" PTC=\"ADT\" Description=\"MOSLEM MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"MOML\" PTC=\"ADT\" Description=\"MOSLEM MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"NLML\" PTC=\"ADT\" Description=\"NON LACTOSE MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"NLML\" PTC=\"ADT\" Description=\"NON LACTOSE MEAL\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SFML\" PTC=\"ADT\" Description=\"SEAFOOD MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SFML\" PTC=\"ADT\" Description=\"SEAFOOD MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GMML\" PTC=\"ADT\" Description=\"GOURMET MEAT MENU\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GMML\" PTC=\"ADT\" Description=\"GOURMET MEAT MENU\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GPML\" PTC=\"ADT\" Description=\"GOURMET PASTA MENU\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"GPML\" PTC=\"ADT\" Description=\"GOURMET PASTA MENU\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"MOML\" PTC=\"ADT\" Description=\"MOSLEM MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"MOML\" PTC=\"ADT\" Description=\"MOSLEM MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"NLML\" PTC=\"ADT\" Description=\"NON LACTOSE MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"NLML\" PTC=\"ADT\" Description=\"NON LACTOSE MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CHML\" PTC=\"ADT\" Description=\"CHILD MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"CHML\" PTC=\"ADT\" Description=\"CHILD MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"DBML\" PTC=\"ADT\" Description=\"DIABETIC MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"DBML\" PTC=\"ADT\" Description=\"DIABETIC MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVML\" PTC=\"ADT\" Description=\"VEGETARIAN HINDU MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"AVML\" PTC=\"ADT\" Description=\"VEGETARIAN HINDU MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BBML\" PTC=\"ADT\" Description=\"BABY MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"BBML\" PTC=\"ADT\" Description=\"BABY MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"VGML\" PTC=\"ADT\" Description=\"VEGETARIAN VEGAN MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"VGML\" PTC=\"ADT\" Description=\"VEGETARIAN VEGAN MEAL\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n        <ItemOffer Code=\"STPD\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>0.00</PriceOffer>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPD\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>0.00</PriceOffer>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPR\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1503.75</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"451.13O5/526.31Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPR\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1503.75</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"451.13O5/526.31Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STEX\" PTC=\"ADT\" Description=\"EXIT ROW SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1002.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"300.75O5/350.88Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STEX\" PTC=\"ADT\" Description=\"EXIT ROW SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1002.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"300.75O5/350.88Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STXL\" PTC=\"ADT\" Description=\"EXTRA LEGROOOM SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"902.25O5/1052.63Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STXL\" PTC=\"ADT\" Description=\"EXTRA LEGROOOM SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"902.25O5/1052.63Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPR\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1503.75</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"451.13O5/526.31Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPR\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1503.75</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"451.13O5/526.31Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPD\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>0.00</PriceOffer>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STPD\" PTC=\"ADT\" Description=\"PREMIUM SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>0.00</PriceOffer>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STEX\" PTC=\"ADT\" Description=\"EXIT ROW SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1002.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"300.75O5/350.88Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STEX\" PTC=\"ADT\" Description=\"EXIT ROW SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>1002.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"300.75O5/350.88Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STXL\" PTC=\"ADT\" Description=\"EXTRA LEGROOOM SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"O5\" Amount=\"902.25O5/1052.63Q1\" Description=\"INCLUSIVE AND SOLIDARITY (PAIS) TAX\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ItemOffer Code=\"STXL\" PTC=\"ADT\" Description=\"EXTRA LEGROOOM SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SEA\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n            <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                <PriceOffer>3007.50</PriceOffer>\n                <Taxes>\n                    <Tax Code=\"Q1\" Amount=\"902.25O5/1052.63Q1\" Description=\"IMPUESTO FISCAL AFIP\"/>\n                </Taxes>\n            </ItemPriced>\n        </ItemOffer>\n        <ServiceFamily FamilyCode=\"SA\" FamilyName=\"PRE RESERVED SEAT\">\n            <ItemOffer Code=\"SEAT\" PTC=\"ADT\" Description=\"STANDARD SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SEAT\" PTC=\"ADT\" Description=\"STANDARD SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAF\" PTC=\"ADT\" Description=\"AISLE SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAF\" PTC=\"ADT\" Description=\"AISLE SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAP\" PTC=\"ADT\" Description=\"AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAP\" PTC=\"ADT\" Description=\"AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STEP\" PTC=\"ADT\" Description=\"EXIT ROW SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STEP\" PTC=\"ADT\" Description=\"EXIT ROW SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFA\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFA\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFP\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFP\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFW\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFW\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STPP\" PTC=\"ADT\" Description=\"PREMIUM SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STPP\" PTC=\"ADT\" Description=\"PREMIUM SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STRR\" PTC=\"ADT\" Description=\"RESTRICTED RECLINE SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STRR\" PTC=\"ADT\" Description=\"RESTRICTED RECLINE SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWC\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWC\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWF\" PTC=\"ADT\" Description=\"WINDOW SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWF\" PTC=\"ADT\" Description=\"WINDOW SEAT\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWP\" PTC=\"ADT\" Description=\"WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWP\" PTC=\"ADT\" Description=\"WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STXP\" PTC=\"ADT\" Description=\"EXTRA LEGROOM SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STXP\" PTC=\"ADT\" Description=\"EXTRA LEGROOM SEAT (CHARGEABLE)\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SEAT\" PTC=\"ADT\" Description=\"STANDARD SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"SEAT\" PTC=\"ADT\" Description=\"STANDARD SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAF\" PTC=\"ADT\" Description=\"AISLE SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAF\" PTC=\"ADT\" Description=\"AISLE SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAP\" PTC=\"ADT\" Description=\"AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STAP\" PTC=\"ADT\" Description=\"AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STEP\" PTC=\"ADT\" Description=\"EXIT ROW SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STEP\" PTC=\"ADT\" Description=\"EXIT ROW SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFA\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFA\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFP\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFP\" PTC=\"ADT\" Description=\"FRONT AISLE SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFW\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STFW\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STPP\" PTC=\"ADT\" Description=\"PREMIUM SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STPP\" PTC=\"ADT\" Description=\"PREMIUM SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STRR\" PTC=\"ADT\" Description=\"RESTRICTED RECLINE SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STRR\" PTC=\"ADT\" Description=\"RESTRICTED RECLINE SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWC\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWC\" PTC=\"ADT\" Description=\"FRONT WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWF\" PTC=\"ADT\" Description=\"WINDOW SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWF\" PTC=\"ADT\" Description=\"WINDOW SEAT\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWP\" PTC=\"ADT\" Description=\"WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STWP\" PTC=\"ADT\" Description=\"WINDOW SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STXP\" PTC=\"ADT\" Description=\"EXTRA LEGROOM SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"STXP\" PTC=\"ADT\" Description=\"EXTRA LEGROOM SEAT (CHARGEABLE)\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n        <ServiceFamily FamilyCode=\"UP\" FamilyName=\"OTHERS\">\n            <ItemOffer Code=\"WEAP\" PTC=\"ADT\" Description=\"WEAPON\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WEAP\" PTC=\"ADT\" Description=\"WEAPON\" SegmentRPH=\"1\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WEAP\" PTC=\"ADT\" Description=\"WEAPON\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n            <ItemOffer Code=\"WEAP\" PTC=\"ADT\" Description=\"WEAPON\" SegmentRPH=\"2\" Carrier=\"XX\" BookMode=\"SSR\" ResBookDesigCode=\"ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n                <ItemPriced CurrencyCode=\"ARS\" DecimalPlaces=\"2\">\n                    <PriceOffer>0.00</PriceOffer>\n                </ItemPriced>\n            </ItemOffer>\n        </ServiceFamily>\n    </PricedOffer>\n</KIU_AirGetOfferRS>"},{"id":"a92ce416-1897-466f-9bff-014c74c1ffa9","name":"KIU_AirOfferListRQ - Error  - Invalid XML","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirOfferListRQ EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T13:29:19Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n\t</POS>\n\t<RequestCriterion>\n\t\t<ConfirmedBookingInfo>\n\t\t\t<AirItinerary>\n\t\t\t\t<OriginDestinationOptions>\n\t\t\t\t\t<OriginDestinationOption RPH=\"1\">\n\t\t\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-21\" RPH=\"1\" FlightNumber=\"163\">\n\t\t\t\t\t\t\t<DepartureAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t\t\t<ArrivalAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t\t\t</FlightSegment>\n\t\t\t\t\t</OriginDestinationOption>\n\t\t\t\t\t<OriginDestinationOption RPH=\"1001\">\n\t\t\t\t\t\t<FlightSegment DepartureDateTime=\"2021-07-25\" RPH=\"2\" FlightNumber=\"162\">\n\t\t\t\t\t\t\t<DepartureAirport LocationCode=\"JNB\"/>\n\t\t\t\t\t\t\t<ArrivalAirport LocationCode=\"SEZ\"/>\n\t\t\t\t\t\t\t<MarketingAirline Code=\"XX\"/>\n\t\t\t\t\t\t</FlightSegment>\n\t\t\t\t\t</OriginDestinationOption>\n\t\t\t\t</OriginDestinationOptions>\n\t\t\t</AirItinerary>\n\t\t\t<Traveler>\n\t\t\t\t<PassengerTypeQuantity Code=\"ADT\" Quantity=\"1\" />\n\t\t\t\t<PassengerTypeQuantity Code=\"CNN\" Quantity=\"1\" />\n\t\t\t</Traveler>\n\t\t</ConfirmedBookingInfo>\n\t\t<SpecificGroup Code=\"BG\"/>\n\t</RequestCriterion>\n</KIU_AirOfferListRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 13:42:13 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"180"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Root TimeStamp=\"2021-06-15T13:42:13+00:00\" Target=\"99\" Version=\"3.0\">\n    <Error>\n        <ErrorCode>10004</ErrorCode>\n        <ErrorMsg>XML message could not be parsed.</ErrorMsg>\n    </Error>\n</Root>"}],"_postman_id":"069c47eb-1551-4fbb-b41c-dc7b71ade4e2"},{"name":"KIU_PriceCalendarRQ","id":"9ed98e00-0414-4083-9938-1147b9f211db","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_PriceCalendarRQ\n\txmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n\txmlns=\"http://www.opentravel.org/OTA/2003/05\"\n\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\nEchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-08-09T14:54:04Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n\t<POS>\n\t   <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n\t</POS>\n\t<shopping_criteria>\n\t\t<display_currency>ARS</display_currency>\n\t\t<ptc_breakdown_detail>true</ptc_breakdown_detail>\n\t</shopping_criteria>\n\t<journey_information>\n\t\t<air_itinerary>\n\t\t\t<origin_destinations_list>\n\t\t\t\t<departure_information>\n\t\t\t\t\t<location_code>AEP</location_code>\n\t\t\t\t\t<date>2021-08-20</date>\n\t\t\t\t</departure_information>\n\t\t\t\t<arrival_information>\n\t\t\t\t\t<location_code>COR</location_code>\n\t\t\t\t</arrival_information>\n                               <return_date>2021-08-22</return_date>\n\t\t\t</origin_destinations_list>\n\t\t\t<dates_search_criteria>\n\t\t\t\t<days_before>3</days_before>\n\t\t\t\t<days_after>3</days_after>\n\t\t\t</dates_search_criteria>\n\t\t</air_itinerary>\n\t\t<traveler_information>\n\t\t\t<passenger_type_code_quantity code=\"ADT\">\n\t\t\t\t<adult>1</adult>\n\t\t\t\t<child>0</child>\n\t\t\t\t<infant>0</infant>\n\t\t\t</passenger_type_code_quantity>\n\t\t</traveler_information>\n\t</journey_information>\n\t<flights_search_criteria>\n\t\t<full_content>true</full_content>\n\t\t<direct_flights_only>false</direct_flights_only>\n\t</flights_search_criteria>\n</KIU_PriceCalendarRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This service allows users to get the content of the lowest available itinerary for a range of time between 7x7 days after/before.</p>\n<p>The default value is 3x3 days.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_PriceCalendarRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"65273412-3db9-472f-8f62-1c1fb3bfa4cb","name":"KIU_PriceCalendarRQ  - Success - PriceCalendar 3x3","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_PriceCalendarRQ\n\txmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n\txmlns=\"http://www.opentravel.org/OTA/2003/05\"\n\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\t\n\tEchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T14:54:04Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\"\t >\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n\t</POS>\n\t<shopping_criteria>\n\t\t<display_currency>ARS</display_currency>\n\t\t<ptc_breakdown_detail>true</ptc_breakdown_detail>\n\t</shopping_criteria>\n\t<journey_information>\n\t\t<air_itinerary>\n\t\t\t<origin_destinations_list>\n\t\t\t\t<departure_information>\n\t\t\t\t\t<location_code>SEZ</location_code>\n\t\t\t\t\t<date>2021-06-20</date>\n\t\t\t\t</departure_information>\n\t\t\t\t<arrival_information>\n\t\t\t\t\t<location_code>JNB</location_code>\n\t\t\t\t</arrival_information>\n\t\t\t\t<return_date>2021-06-25</return_date>\n\t\t\t</origin_destinations_list>\n\t\t\t<dates_search_criteria>\n\t\t\t\t<days_before>3</days_before>\n\t\t\t\t<days_after>3</days_after>\n\t\t\t</dates_search_criteria>\n\t\t</air_itinerary>\n\t\t<traveler_information>\n\t\t\t<passenger_type_code_quantity code=\"ADT\">\n\t\t\t\t<adult>1</adult>\n\t\t\t\t<child>0</child>\n\t\t\t\t<infant>0</infant>\n\t\t\t</passenger_type_code_quantity>\n\t\t</traveler_information>\n\t</journey_information>\n\t<flights_search_criteria>\n\t\t<full_content>true</full_content>\n   <direct_flights_only>false</direct_flights_only>\n\t</flights_search_criteria>\n</KIU_PriceCalendarRQ>\n","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 15:01:13 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"10335"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_PriceCalendarRS EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T15:01:13+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <point_of_sale>\n        <user>XX</user>\n        <kiu_device_id>AEP00XX817</kiu_device_id>\n        <agent_id>AEP00XXSM</agent_id>\n        <country>AR</country>\n    </point_of_sale>\n    <flights_origin_destination_information>\n        <OD_SEZJNB>\n            <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n            <departure_information>\n                <location_reference_id>SEZ_0</location_reference_id>\n            </departure_information>\n            <arrival_information>\n                <location_reference_id>JNB_0</location_reference_id>\n            </arrival_information>\n        </OD_SEZJNB>\n        <OD_JNBSEZ>\n            <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n            <departure_information>\n                <location_reference_id>JNB_0</location_reference_id>\n            </departure_information>\n            <arrival_information>\n                <location_reference_id>SEZ_0</location_reference_id>\n            </arrival_information>\n        </OD_JNBSEZ>\n    </flights_origin_destination_information>\n    <price_calendar_information>\n        <JR_1>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_1>\n        <JR_2>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_2>\n        <JR_3>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_3>\n        <JR_4>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_4>\n        <JR_5>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_5>\n        <JR_6>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_6>\n        <JR_7>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>495530</fare_id>\n                                <flight_segment_reference_associated>FL00XX017</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-CLASSIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>MOW</fare_basis>\n                                <fare_id>504544</fare_id>\n                                <flight_segment_reference_associated>FL00XX169</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC6</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>3</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>PC1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX AUH300.00 XX JNB500.00 XX SEZ200.00NUC1000.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>300.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-AUH_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZAUH</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>500.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>AUH_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_AUHJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>3</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>20.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>6P</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>31699.05</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>36982.24</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>5413.5</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_AUHJNB>\n                                        <equivalent_paid>\n                                            <amount>50125.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_AUHJNB>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZAUH>\n                                        <equivalent_paid>\n                                            <amount>30075.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>10.0</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>6P</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZAUH>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>31699.05</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>36982.24</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>174364.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>1000.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>100250.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>74114.79</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_7>\n        <JR_8>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_8>\n        <JR_9>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_9>\n        <JR_10>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_10>\n        <JR_11>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_11>\n        <JR_12>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_12>\n        <JR_13>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_13>\n        <JR_14>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_14>\n        <JR_15>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_15>\n        <JR_16>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_16>\n        <JR_17>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_17>\n        <JR_18>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_18>\n        <JR_19>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_19>\n        <JR_20>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_20>\n        <JR_21>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_21>\n        <JR_22>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_22>\n        <JR_23>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_23>\n        <JR_24>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_24>\n        <JR_25>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_25>\n        <JR_26>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_26>\n        <JR_27>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_27>\n        <JR_28>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_28>\n        <JR_29>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_29>\n        <JR_30>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_30>\n        <JR_31>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_31>\n        <JR_32>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_32>\n        <JR_33>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_33>\n        <JR_34>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_34>\n        <JR_35>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_35>\n        <JR_36>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX162</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_36>\n        <JR_37>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_37>\n        <JR_38>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_38>\n        <JR_39>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_39>\n        <JR_40>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_40>\n        <JR_41>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_41>\n        <JR_42>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_42>\n        <JR_43>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX162</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_43>\n        <JR_44>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_44>\n        <JR_45>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_45>\n        <JR_46>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_46>\n        <JR_47>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_47>\n        <JR_48>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <ptc_breakdown_information>\n                    <ADT_00XX_0>\n                        <ADULT>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>1</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX163</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <coupons_list>\n                                <cabin_designator_reference_id>Y_00XX_0</cabin_designator_reference_id>\n                                <coupon_number>2</coupon_number>\n                                <family_fare_reference_id>ECONOMY-BASIC_00XX_0</family_fare_reference_id>\n                                <family_fare_template>DEFAULT</family_fare_template>\n                                <fare_basis>LOW</fare_basis>\n                                <fare_id>552828</fare_id>\n                                <flight_segment_reference_associated>FL00XX160</flight_segment_reference_associated>\n                                <ticket_bagagge_allowance>P1</ticket_bagagge_allowance>\n                            </coupons_list>\n                            <fare_construction>SEZ XX JNB200.00 XX SEZ200.00NUC400.00END ROE1.000000</fare_construction>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>SEZ_0-JNB_0</component_points_reference_id>\n                                <fare_component_id>1</fare_component_id>\n                                <is_previous_surface>false</is_previous_surface>\n                                <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_construction_detail>\n                                <component_amount>200.00</component_amount>\n                                <component_currency_id>NUC_0</component_currency_id>\n                                <component_points_reference_id>JNB_0-SEZ_0</component_points_reference_id>\n                                <fare_component_id>2</fare_component_id>\n                                <is_previous_surface>true</is_previous_surface>\n                                <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n                                <stop_over/>\n                                <surcharge/>\n                            </fare_construction_detail>\n                            <fare_type>NEGOTIATED</fare_type>\n                            <fees_excepted>false</fees_excepted>\n                            <passenger_quantity>1</passenger_quantity>\n                            <passenger_type>ADULT</passenger_type>\n                            <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                            <ptc_breakdown>\n                                <base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </base_fare>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </equivalent_paid>\n                                <taxes_information>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                    <taxes_list>\n                                        <amount>13112.7</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>O5</tax_code>\n                                        <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>15298.16</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>Q1</tax_code>\n                                        <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                    </taxes_list>\n                                    <taxes_list>\n                                        <amount>3609.0</amount>\n                                        <collectable>true</collectable>\n                                        <currency_reference_id>ARS_0</currency_reference_id>\n                                        <excepted>false</excepted>\n                                        <exchange_allowed>true</exchange_allowed>\n                                        <paid>false</paid>\n                                        <quotation_mode>AUTOMATIC</quotation_mode>\n                                        <refund_allowed>true</refund_allowed>\n                                        <tax_code>YQ</tax_code>\n                                        <tax_code_name>AIRLINE FEE</tax_code_name>\n                                    </taxes_list>\n                                </taxes_information>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                            </ptc_breakdown>\n                            <ptc_breakdown_total>\n                                <display_by_component>\n                                    <OD_JNBSEZ>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_JNBSEZ>\n                                    <OD_SEZJNB>\n                                        <equivalent_paid>\n                                            <amount>20050.0</amount>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                        </equivalent_paid>\n                                        <taxes_breakdown>\n                                            <amount>1804.5</amount>\n                                            <carrier_owner>true</carrier_owner>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>YQ</tax_code>\n                                            <tax_code_name>AIRLINE FEE</tax_code_name>\n                                        </taxes_breakdown>\n                                    </OD_SEZJNB>\n                                    <all_itinerary_items>\n                                        <taxes_breakdown>\n                                            <amount>13112.7</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>O5</tax_code>\n                                            <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                                        </taxes_breakdown>\n                                        <taxes_breakdown>\n                                            <amount>15298.16</amount>\n                                            <carrier_owner>false</carrier_owner>\n                                            <country>AR</country>\n                                            <currency_reference_id>ARS_0</currency_reference_id>\n                                            <tax_code>Q1</tax_code>\n                                            <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                                        </taxes_breakdown>\n                                    </all_itinerary_items>\n                                </display_by_component>\n                                <passenger_quantity>1</passenger_quantity>\n                                <total>\n                                    <amount>72119.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total>\n                                <total_base_fare>\n                                    <amount>400.0</amount>\n                                    <currency_reference_id>USD_0</currency_reference_id>\n                                </total_base_fare>\n                                <total_equivalent_paid>\n                                    <amount>40100.0</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_equivalent_paid>\n                                <total_taxes>\n                                    <amount>32019.86</amount>\n                                    <currency_reference_id>ARS_0</currency_reference_id>\n                                </total_taxes>\n                            </ptc_breakdown_total>\n                            <taxes_excepted>false</taxes_excepted>\n                        </ADULT>\n                        <passenger_type_code_reference_id>ADT_00XX_0</passenger_type_code_reference_id>\n                        <pq_number>10</pq_number>\n                    </ADT_00XX_0>\n                </ptc_breakdown_information>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_48>\n    </price_calendar_information>\n    <journey_count>48</journey_count>\n    <price_calendar_id>b7db9644-ba38-42e7-89b7-14959bd34c83</price_calendar_id>\n</KIU_PriceCalendarRS>"},{"id":"432d0c5a-1de0-4e29-bf99-f2c1839025e0","name":"KIU_PriceCalendarRQ - Success - 7x7 without pricing_details","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_PriceCalendarRQ\n\txmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n\txmlns=\"http://www.opentravel.org/OTA/2003/05\"\n\txmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\t\n\tEchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T14:54:04Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\"\t >\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n\t</POS>\n\t<shopping_criteria>\n\t\t<display_currency>ARS</display_currency>\n\t</shopping_criteria>\n\t<journey_information>\n\t\t<air_itinerary>\n\t\t\t<origin_destinations_list>\n\t\t\t\t<departure_information>\n\t\t\t\t<location_code>SEZ</location_code>\n\t\t\t\t\t<date>2021-06-20</date>\n\t\t\t\t</departure_information>\n\t\t\t\t<arrival_information>\n\t\t\t\t<location_code>JNB</location_code>\n\t\t\t\t</arrival_information>\n\t\t\t\t<return_date>2021-06-25</return_date>\n\t\t\t</origin_destinations_list>\n\t\t\t<dates_search_criteria>\n\t\t\t\t<days_before>7</days_before>\n\t\t\t\t<days_after>7</days_after>\n\t\t\t</dates_search_criteria>\n\t\t</air_itinerary>\n\t\t<traveler_information>\n\t\t\t<passenger_type_code_quantity code=\"ADT\">\n\t\t\t\t<adult>1</adult>\n\t\t\t\t<child>0</child>\n\t\t\t\t<infant>0</infant>\n\t\t\t</passenger_type_code_quantity>\n\t\t</traveler_information>\n\t</journey_information>\n\t<flights_search_criteria>\n\t\t<full_content>true</full_content>\n   <direct_flights_only>false</direct_flights_only>\n\t</flights_search_criteria>\n</KIU_PriceCalendarRQ>\n","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 15 Jun 2021 15:32:20 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"7767"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_PriceCalendarRS EchoToken=\"GERTESTWS3DOC\" TimeStamp=\"2021-06-15T15:32:20+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <point_of_sale>\n        <user>XX</user>\n        <kiu_device_id>AEP00XX817</kiu_device_id>\n        <agent_id>AEP00XXSM</agent_id>\n        <country>AR</country>\n    </point_of_sale>\n    <flights_origin_destination_information>\n        <OD_SEZJNB>\n            <origin_destination_reference_key>OD_SEZJNB</origin_destination_reference_key>\n            <departure_information>\n                <location_reference_id>SEZ_0</location_reference_id>\n            </departure_information>\n            <arrival_information>\n                <location_reference_id>JNB_0</location_reference_id>\n            </arrival_information>\n        </OD_SEZJNB>\n        <OD_JNBSEZ>\n            <origin_destination_reference_key>OD_JNBSEZ</origin_destination_reference_key>\n            <departure_information>\n                <location_reference_id>JNB_0</location_reference_id>\n            </departure_information>\n            <arrival_information>\n                <location_reference_id>SEZ_0</location_reference_id>\n            </arrival_information>\n        </OD_JNBSEZ>\n    </flights_origin_destination_information>\n    <price_calendar_information>\n        <JR_1>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-18</date>\n            </OD_JNBSEZ>\n        </JR_1>\n        <JR_2>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n        </JR_2>\n        <JR_3>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n        </JR_3>\n        <JR_4>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n        </JR_4>\n        <JR_5>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n        </JR_5>\n        <JR_6>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n        </JR_6>\n        <JR_7>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n        </JR_7>\n        <JR_8>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n        </JR_8>\n        <JR_9>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n        </JR_9>\n        <JR_10>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n        </JR_10>\n        <JR_11>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n        </JR_11>\n        <JR_12>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n        </JR_12>\n        <JR_13>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n        </JR_13>\n        <JR_14>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n        </JR_14>\n        <JR_15>\n            <OD_SEZJNB>\n                <date>2021-06-13</date>\n            </OD_SEZJNB>\n            <additional_information>No flights found.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n        </JR_15>\n        <JR_16>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-18</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_16>\n        <JR_17>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_17>\n        <JR_18>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_18>\n        <JR_19>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_19>\n        <JR_20>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_20>\n        <JR_21>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_21>\n        <JR_22>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_22>\n        <JR_23>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_23>\n        <JR_24>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_24>\n        <JR_25>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_25>\n        <JR_26>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_26>\n        <JR_27>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_27>\n        <JR_28>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_28>\n        <JR_29>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_29>\n        <JR_30>\n            <OD_SEZJNB>\n                <date>2021-06-14</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_30>\n        <JR_31>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-18</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_31>\n        <JR_32>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_32>\n        <JR_33>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_33>\n        <JR_34>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_34>\n        <JR_35>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_35>\n        <JR_36>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_36>\n        <JR_37>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_37>\n        <JR_38>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_38>\n        <JR_39>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_39>\n        <JR_40>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_40>\n        <JR_41>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_41>\n        <JR_42>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_42>\n        <JR_43>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_43>\n        <JR_44>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_44>\n        <JR_45>\n            <OD_SEZJNB>\n                <date>2021-06-15</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_45>\n        <JR_46>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-18</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_46>\n        <JR_47>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_47>\n        <JR_48>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_48>\n        <JR_49>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_49>\n        <JR_50>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_50>\n        <JR_51>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_51>\n        <JR_52>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_52>\n        <JR_53>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_53>\n        <JR_54>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_54>\n        <JR_55>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_55>\n        <JR_56>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_56>\n        <JR_57>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_57>\n        <JR_58>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_58>\n        <JR_59>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_59>\n        <JR_60>\n            <OD_SEZJNB>\n                <date>2021-06-16</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_60>\n        <JR_61>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-18</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_61>\n        <JR_62>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_62>\n        <JR_63>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_63>\n        <JR_64>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_64>\n        <JR_65>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_65>\n        <JR_66>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_66>\n        <JR_67>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_67>\n        <JR_68>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_68>\n        <JR_69>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_69>\n        <JR_70>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_70>\n        <JR_71>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_71>\n        <JR_72>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_72>\n        <JR_73>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_73>\n        <JR_74>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_74>\n        <JR_75>\n            <OD_SEZJNB>\n                <date>2021-06-17</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_75>\n        <JR_76>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-18</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_76>\n        <JR_77>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_77>\n        <JR_78>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_78>\n        <JR_79>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_79>\n        <JR_80>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_80>\n        <JR_81>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_81>\n        <JR_82>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_82>\n        <JR_83>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_83>\n        <JR_84>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_84>\n        <JR_85>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_85>\n        <JR_86>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_86>\n        <JR_87>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_87>\n        <JR_88>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_88>\n        <JR_89>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_89>\n        <JR_90>\n            <OD_SEZJNB>\n                <date>2021-06-18</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_90>\n        <JR_91>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-19</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_91>\n        <JR_92>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_92>\n        <JR_93>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_93>\n        <JR_94>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_94>\n        <JR_95>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_95>\n        <JR_96>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_96>\n        <JR_97>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_97>\n        <JR_98>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_98>\n        <JR_99>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_99>\n        <JR_100>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_100>\n        <JR_101>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_101>\n        <JR_102>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_102>\n        <JR_103>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_103>\n        <JR_104>\n            <OD_SEZJNB>\n                <date>2021-06-19</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_104>\n        <JR_105>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-20</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_105>\n        <JR_106>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_106>\n        <JR_107>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_107>\n        <JR_108>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_108>\n        <JR_109>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_109>\n        <JR_110>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_110>\n        <JR_111>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_111>\n        <JR_112>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_112>\n        <JR_113>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_113>\n        <JR_114>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_114>\n        <JR_115>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_115>\n        <JR_116>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_116>\n        <JR_117>\n            <OD_SEZJNB>\n                <date>2021-06-20</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_117>\n        <JR_118>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-21</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_118>\n        <JR_119>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_119>\n        <JR_120>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_120>\n        <JR_121>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_121>\n        <JR_122>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_122>\n        <JR_123>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_123>\n        <JR_124>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_124>\n        <JR_125>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_125>\n        <JR_126>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_126>\n        <JR_127>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_127>\n        <JR_128>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_128>\n        <JR_129>\n            <OD_SEZJNB>\n                <date>2021-06-21</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_129>\n        <JR_130>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-22</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_130>\n        <JR_131>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_131>\n        <JR_132>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_132>\n        <JR_133>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_133>\n        <JR_134>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_134>\n        <JR_135>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_135>\n        <JR_136>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_136>\n        <JR_137>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_137>\n        <JR_138>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_138>\n        <JR_139>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_139>\n        <JR_140>\n            <OD_SEZJNB>\n                <date>2021-06-22</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_140>\n        <JR_141>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-23</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_141>\n        <JR_142>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_142>\n        <JR_143>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_143>\n        <JR_144>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_144>\n        <JR_145>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_145>\n        <JR_146>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_146>\n        <JR_147>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_147>\n        <JR_148>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_148>\n        <JR_149>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_149>\n        <JR_150>\n            <OD_SEZJNB>\n                <date>2021-06-23</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_150>\n        <JR_151>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <additional_information>No fare combination option available.</additional_information>\n            <OD_JNBSEZ>\n                <date>2021-06-24</date>\n            </OD_JNBSEZ>\n        </JR_151>\n        <JR_152>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_152>\n        <JR_153>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_153>\n        <JR_154>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_154>\n        <JR_155>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_155>\n        <JR_156>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_156>\n        <JR_157>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_157>\n        <JR_158>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_158>\n        <JR_159>\n            <OD_SEZJNB>\n                <date>2021-06-24</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>174364.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>1000.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_AUHJNB>\n                            <equivalent_paid>\n                                <amount>50125.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_AUHJNB>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZAUH>\n                            <equivalent_paid>\n                                <amount>30075.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>10.0</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>6P</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZAUH>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>31699.05</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>36982.24</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>100250.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>74114.79</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_159>\n        <JR_160>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-25</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_160>\n        <JR_161>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_161>\n        <JR_162>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_162>\n        <JR_163>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_163>\n        <JR_164>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_164>\n        <JR_165>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_165>\n        <JR_166>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_166>\n        <JR_167>\n            <OD_SEZJNB>\n                <date>2021-06-25</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_167>\n        <JR_168>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-26</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_168>\n        <JR_169>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_169>\n        <JR_170>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_170>\n        <JR_171>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_171>\n        <JR_172>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_172>\n        <JR_173>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_173>\n        <JR_174>\n            <OD_SEZJNB>\n                <date>2021-06-26</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_174>\n        <JR_175>\n            <OD_SEZJNB>\n                <date>2021-06-27</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-27</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_175>\n        <JR_176>\n            <OD_SEZJNB>\n                <date>2021-06-27</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-28</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_176>\n        <JR_177>\n            <OD_SEZJNB>\n                <date>2021-06-27</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-29</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_177>\n        <JR_178>\n            <OD_SEZJNB>\n                <date>2021-06-27</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-06-30</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_178>\n        <JR_179>\n            <OD_SEZJNB>\n                <date>2021-06-27</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-01</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_179>\n        <JR_180>\n            <OD_SEZJNB>\n                <date>2021-06-27</date>\n            </OD_SEZJNB>\n            <OD_JNBSEZ>\n                <date>2021-07-02</date>\n            </OD_JNBSEZ>\n            <air_itinerary_quotations>\n                <quotation_grand_total>\n                    <total>\n                        <amount>72119.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total>\n                    <total_base_fare>\n                        <amount>400.0</amount>\n                        <currency_reference_id>USD_0</currency_reference_id>\n                    </total_base_fare>\n                    <total_display_by_component>\n                        <OD_JNBSEZ>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_JNBSEZ>\n                        <OD_SEZJNB>\n                            <equivalent_paid>\n                                <amount>20050.0</amount>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                            </equivalent_paid>\n                            <taxes_breakdown>\n                                <amount>1804.5</amount>\n                                <carrier_owner>true</carrier_owner>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>YQ</tax_code>\n                                <tax_code_name>AIRLINE FEE</tax_code_name>\n                            </taxes_breakdown>\n                        </OD_SEZJNB>\n                        <all_itinerary_items>\n                            <taxes_breakdown>\n                                <amount>13112.7</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>O5</tax_code>\n                                <tax_code_name>INCLUSIVE AND SOLIDARITY (PAIS) TAX</tax_code_name>\n                            </taxes_breakdown>\n                            <taxes_breakdown>\n                                <amount>15298.16</amount>\n                                <carrier_owner>false</carrier_owner>\n                                <country>AR</country>\n                                <currency_reference_id>ARS_0</currency_reference_id>\n                                <tax_code>Q1</tax_code>\n                                <tax_code_name>IMPUESTO FISCAL AFIP</tax_code_name>\n                            </taxes_breakdown>\n                        </all_itinerary_items>\n                    </total_display_by_component>\n                    <total_equivalent_paid>\n                        <amount>40100.0</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_equivalent_paid>\n                    <total_taxes>\n                        <amount>32019.86</amount>\n                        <currency_reference_id>ARS_0</currency_reference_id>\n                    </total_taxes>\n                </quotation_grand_total>\n            </air_itinerary_quotations>\n        </JR_180>\n    </price_calendar_information>\n    <journey_count>180</journey_count>\n    <price_calendar_id>3578c183-455a-4d76-b07a-ff9dbdd4017f</price_calendar_id>\n</KIU_PriceCalendarRS>"}],"_postman_id":"9ed98e00-0414-4083-9938-1147b9f211db"},{"name":"Kiu_AirBookModifyV2RQ","id":"2b6f43d7-704a-4b5d-888b-033d6004099c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirBookModifyV2RQ EchoToken=\"1\" TimeStamp=\"2021-06-22T10:03:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" ModificationType=\"2\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n\t</POS>\n\t<AirReservation>\n\t\t<BookingReferenceID ID=\"XKQOST\"/>\n                <AirItinerary>\n            <OriginDestinationOptions>\n                <OriginDestinationOption>\n                    <FlightSegment DepartureDateTime=\"2021-07-08 08:00:00\" ArrivalDateTime=\"2021-07-08 10:00:00\" FlightNumber=\"006\" ResBookDesigCode=\"Y\" RPH=\"01\">\n                        <DepartureAirport LocationCode=\"AEP\" />\n                        <ArrivalAirport LocationCode=\"COR\" />\n                        <MarketingAirline Code=\"XX\" />\n                    </FlightSegment>\n                </OriginDestinationOption>\n            </OriginDestinationOptions>\n        </AirItinerary>\n        <TravelerInfo>\n            <AirTraveler PassengerTypeCode=\"ADT\">\n                <PersonName>\n                    <GivenName>SALIMATAMRS</GivenName>\n                    <Surname>BODIAN</Surname>\n                </PersonName>\n                <Telephone PhoneNumber=\"AEP  999 AUTO PNR GEN V.1\" />\n                <Email></Email>\n                <Document DocID=\"45273343\" DocType=\"PP\" />\n                <TravelerRefNumber RPH=\"1\" />\n            </AirTraveler>\n        </TravelerInfo>\n    </AirReservation>\n    <AirBookModifyRQ>\n        <AirItinerary>\n            <OriginDestinationOptions>\n                <OriginDestinationOption>\n                    <FlightSegment DepartureDateTime=\"2021-07-10 08:00:00\" ArrivalDateTime=\"2021-07-10 10:00:00\" FlightNumber=\"006\" ResBookDesigCode=\"Y\" RPH=\"01\">\n                        <DepartureAirport LocationCode=\"AEP\" />\n                        <ArrivalAirport LocationCode=\"COR\" />\n                        <MarketingAirline Code=\"XX\" />\n                    </FlightSegment>\n                </OriginDestinationOption>\n            </OriginDestinationOptions>\n        </AirItinerary>\n    </AirBookModifyRQ>\n</KIU_AirBookModifyV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to modify an active reservation, base in value of the attribute ModificationType:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Function</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Cancel reservation</td>\n<td>It cancel all reservation</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Cancel, add or modify segements</td>\n<td>It allows to cancel individual segments, add new segments or replace segments</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Name change/correction</td>\n<td>It allows to change names only on unticketed reservation</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Other Transactions</td>\n<td>It allows to add/delete Special services (SSRs), Remarks, Seats and change the ticket time limit in unticketed reservations</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Split reservation</td>\n<td>It allows to split a passenger/s from an original reservation</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirBookModifyV2RQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"86b50f9c-7b6b-4cb9-9dd5-038800ad3397","name":"Kiu_AirBookModifyV2RQ - ModificationType : 1 - Cancel Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirBookModifyV2RQ EchoToken=\"1\" TimeStamp=\"2021-06-22T10:03:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" ModificationType=\"1\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n\t</POS>\n\t<AirReservation>\n\t\t<BookingReferenceID ID=\"HTLFYX\"/>\n\t</AirReservation>\n</KIU_AirBookModifyV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 22 Jun 2021 11:56:33 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"448"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RS EchoToken=\"1\" TimeStamp=\"2021-06-22T11:56:33+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>DADAMRS</GivenName>\n                <Surname>FALL</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"\"/>\n            <Email/>\n            <Document DocID=\" 61195904\" DocType=\"PP\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>SFSDF</GivenName>\n                <Surname>FOR</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"\"/>\n            <Email/>\n            <Document DocID=\" 79828875\" DocType=\"PP\"/>\n            <TravelerRefNumber RPH=\"2\"/>\n        </AirTraveler>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>TATSIANA MRS</GivenName>\n                <Surname>MIASHOK</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"\"/>\n            <Email/>\n            <Document DocID=\" 98461846\" DocType=\"PP\"/>\n            <TravelerRefNumber RPH=\"3\"/>\n        </AirTraveler>\n    </TravelerInfo>\n    <BookingReferenceID Type=\"1\" ID=\"HTLFYX\" LastModificationDate=\"2021-06-22T11:56:33.76\"/>\n</KIU_AirBookV2RS>"},{"id":"b5992b10-94c0-4ad1-bd0c-df6362c90547","name":"Kiu_AirBookModifyV2RQ - Success - ModificationType=2 - Change segment.","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_AirBookModifyV2RQ EchoToken=\"1\" TimeStamp=\"2021-06-22T10:03:11Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" ModificationType=\"2\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n\t</POS>\n\t<AirReservation>\n\t\t<BookingReferenceID ID=\"XKQOST\"/>\n                <AirItinerary>\n            <OriginDestinationOptions>\n                <OriginDestinationOption>\n                    <FlightSegment DepartureDateTime=\"2021-07-08 08:00:00\" ArrivalDateTime=\"2021-07-08 10:00:00\" FlightNumber=\"006\" ResBookDesigCode=\"Y\" RPH=\"01\">\n                        <DepartureAirport LocationCode=\"AEP\" />\n                        <ArrivalAirport LocationCode=\"COR\" />\n                        <MarketingAirline Code=\"XX\" />\n                    </FlightSegment>\n                </OriginDestinationOption>\n            </OriginDestinationOptions>\n        </AirItinerary>\n        <TravelerInfo>\n            <AirTraveler PassengerTypeCode=\"ADT\">\n                <PersonName>\n                    <GivenName>SALIMATAMRS</GivenName>\n                    <Surname>BODIAN</Surname>\n                </PersonName>\n                <Telephone PhoneNumber=\"AEP  999 AUTO PNR GEN V.1\" />\n                <Email></Email>\n                <Document DocID=\"45273343\" DocType=\"PP\" />\n                <TravelerRefNumber RPH=\"1\" />\n            </AirTraveler>\n        </TravelerInfo>\n    </AirReservation>\n    <AirBookModifyRQ>\n        <AirItinerary>\n            <OriginDestinationOptions>\n                <OriginDestinationOption>\n                    <FlightSegment DepartureDateTime=\"2021-07-10 08:00:00\" ArrivalDateTime=\"2021-07-10 10:00:00\" FlightNumber=\"006\" ResBookDesigCode=\"Y\" RPH=\"01\">\n                        <DepartureAirport LocationCode=\"AEP\" />\n                        <ArrivalAirport LocationCode=\"COR\" />\n                        <MarketingAirline Code=\"XX\" />\n                    </FlightSegment>\n                </OriginDestinationOption>\n            </OriginDestinationOptions>\n        </AirItinerary>\n    </AirBookModifyRQ>\n</KIU_AirBookModifyV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Tue, 22 Jun 2021 15:14:10 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"567"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirBookV2RS EchoToken=\"1\" TimeStamp=\"2021-06-22T15:14:10+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <AirItinerary>\n        <OriginDestinationOptions>\n            <OriginDestinationOption>\n                <FlightSegment DepartureDateTime=\" 10JUL 0800\" ArrivalDateTime=\" 1000\" FlightNumber=\"006\" ResBookDesigCode=\"Y\" RPH=\"\">\n                    <DepartureAirport LocationCode=\"AEP\"/>\n                    <ArrivalAirport LocationCode=\"COR\"/>\n                    <MarketingAirline Code=\"\"/>\n                    <OperatingFlight Code=\"\" FlightNumber=\"\" CompanyShortName=\"\"/>\n                </FlightSegment>\n            </OriginDestinationOption>\n        </OriginDestinationOptions>\n    </AirItinerary>\n    <TravelerInfo>\n        <AirTraveler PassengerTypeCode=\"ADT\">\n            <PersonName>\n                <GivenName>SALIMATAMRS</GivenName>\n                <Surname>BODIAN</Surname>\n            </PersonName>\n            <Telephone PhoneNumber=\"\"/>\n            <Email/>\n            <Document DocID=\" 45273343\" DocType=\"PP\"/>\n            <TravelerRefNumber RPH=\"1\"/>\n        </AirTraveler>\n    </TravelerInfo>\n    <BookingReferenceID Type=\"1\" ID=\"XKQOST\" LastModificationDate=\"2021-06-22T15:14:09.99\"/>\n</KIU_AirBookV2RS>"}],"_postman_id":"2b6f43d7-704a-4b5d-888b-033d6004099c"},{"name":"KIU_AirDemandTicketV2RQ","id":"4e9a2be5-de9c-461a-b336-81e0f5ec26dd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirDemandTicketV2RQ\n    xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n    xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n    xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n    xmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n    xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\n    EchoToken=\"987987987GSGDSDGF\" TimeStamp=\"2021-06-30T13:10:00\" Target=\"Testing\" Version=\"3.1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\"/>\n            <BookingChannel Type=\"5\"/>\n        </Source>\n    </POS>\n    <DemandTicketDetail >\n        <BookingReference ID=\"MUNJML\" />\n        <PaymentInfo PaymentType=\"5\" PaymentRPH=\"1\">\n            <CreditCardInfo CardCode=\"VI\" ExpirationDate=\"1121\" ApprovalCode=\"1231231\">\n                <CardNumber>\n                    <Number>4242424242424242</Number>\n                    <CVS>123</CVS>\n                </CardNumber>\n            </CreditCardInfo>\n        </PaymentInfo>\n        <Endorsement Info=\"NONEND/NONREF\"/>\n      </DemandTicketDetail>\n</KIU_AirDemandTicketV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to issue the tickets of a reservation based on a new type and extended functionalities.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirDemandTicketV2RQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"3514a790-e559-4567-99b8-c46f647634ec","name":"KIU_AirDemandTicketV2RQ - Success - Doble form of payment and passenger selection","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirDemandTicketV2RQ\n    xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n    xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n    xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n    xmlns:fn=\"http://www.w3.org/2005/xpath-functions\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n    xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\n    EchoToken=\"987987987GSGDSDGF\" TimeStamp=\"2021-06-30T13:10:00\" Target=\"Testing\" Version=\"3.1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\"/>\n            <BookingChannel Type=\"5\"/>\n        </Source>\n    </POS>\n    <DemandTicketDetail TourType=\"1\" TourCode=\"JUANTEST\">\n        <BookingReference ID=\"QFUULN\" />\n        <PaymentInfo PaymentType=\"5\" PaymentRPH=\"1\">\n            <CreditCardInfo CardCode=\"VI\" ExpirationDate=\"1121\" ApprovalCode=\"1231231\">\n                <CardNumber>\n                    <Number>4242424242424242</Number>\n                    <CVS>123</CVS>\n                </CardNumber>\n            </CreditCardInfo>\n        </PaymentInfo>\n        <PaymentInfo PaymentType=\"5\" PaymentRPH=\"3\" TotalAmount=\"0.00\" TotalTaxes=\"26940.56\">\n            <CreditCardInfo CardCode=\"VI\" ExpirationDate=\"1221\" ApprovalCode=\"458878\">\n                <CardNumber>\n                    <Number>4242424242424242</Number>\n                    <CVS>424</CVS>\n                </CardNumber>\n            </CreditCardInfo>\n        </PaymentInfo>\n        <Endorsement Info=\"NONEND/NONREF\"/>\n        <PassengerNameReference PassengerRPH=\"1\" PassengerTypeCode=\"ADT\"/>\n        <TPA_Extension>\n            <TaxDesigNbr ID=\"30538284018\" ApplyAll=\"false\">\n                <TaxDesignName>RAZON SOCIAL</TaxDesignName>\n            </TaxDesigNbr>\n        </TPA_Extension>\n    </DemandTicketDetail>\n</KIU_AirDemandTicketV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 30 Jun 2021 13:20:40 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"385"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirDemandTicketV2RS EchoToken=\"987987987GSGDSDGF\" TimeStamp=\"2021-06-30T13:20:40+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <BookingReferenceID ID=\"QFUULN\">\n        <CompanyName Code=\"XX\"/>\n    </BookingReferenceID>\n    <TicketItemInfo TicketNumber=\"9990210036402\" Type=\"eTicket\" ItemNumber=\"1\" TotalAmount=\"59180.56\" CommissionAmount=\"\" PaymentType=\"CC,CC\">\n        <PassengerName PTC=\"ADT\">\n            <GivenName>PRUEBA</GivenName>\n            <Surname>USUARIO</Surname>\n        </PassengerName>\n    </TicketItemInfo>\n</KIU_AirDemandTicketV2RS>"}],"_postman_id":"4e9a2be5-de9c-461a-b336-81e0f5ec26dd"},{"name":"KIU_DemandEMDDocRQ","id":"3fbd3941-18a1-4069-8383-935950041855","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_DemandEMDDocRQ EchoToken=\"1\" TimeStamp=\"2021-06-23T17:24:13\" Target=\"Testing\" Version=\"3\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n    </POS>\n    <BookingReference ID=\"UCDLEW\" LastModificationType=\"2021-06-23T17:24:08.657Z\">\n        <Orders>\n            <Order OrderID=\"1\" />\n            <Order OrderID=\"2\" />\n        </Orders>\n        <PaymentInformation>\n            <PaymentInfo PaymentType=\"5\" PaymentRPH=\"1\" TravelerRefNumberRPHList=\"1\">\n                <CreditCardInfo CardCode=\"TN\" ApprovalCode=\"0898787\" ExpirationDate=\"1221\">\n                    <CardNumber>\n                        <Number>4509000000001237</Number>\n                        <CVS>123</CVS>\n                    </CardNumber>\n                </CreditCardInfo>\n            </PaymentInfo>\n        </PaymentInformation>\n        <PaymentAssociations>\n            <PaymentAssociation OrderID=\"1\">\n                <PaymentReference PaymentRPH=\"1\" Amount=\"6015.00\" TotalTax=\"3909.75\"/>\n            </PaymentAssociation>\n            <PaymentAssociation OrderID=\"2\">\n                <PaymentReference PaymentRPH=\"1\" Amount=\"4010.00\" TotalTax=\"2606.50\" />\n</PaymentAssociation>\n  </PaymentAssociations>\n    </BookingReference>\n</KIU_DemandEMDDocRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This service allows users to issue the EMD-A of a reservation.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_DemandEMDDocRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"db9d6ded-6d9f-470f-99d8-778364b4b668","name":"KIU_DemandEMDDocRQ - Success - Credit Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_DemandEMDDocRQ EchoToken=\"1\" TimeStamp=\"2021-06-23T17:24:13\" Target=\"Testing\" Version=\"3\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\" />\n    </POS>\n    <BookingReference ID=\"UCDLEW\" LastModificationType=\"2021-06-23T17:24:08.657Z\">\n        <Orders>\n            <Order OrderID=\"1\" />\n            <Order OrderID=\"2\" />\n        </Orders>\n        <PaymentInformation>\n            <PaymentInfo PaymentType=\"5\" PaymentRPH=\"1\" TravelerRefNumberRPHList=\"1\">\n                <CreditCardInfo CardCode=\"TN\" ApprovalCode=\"0898787\" ExpirationDate=\"1221\">\n                    <CardNumber>\n                        <Number>4509000000001237</Number>\n                        <CVS>123</CVS>\n                    </CardNumber>\n                </CreditCardInfo>\n            </PaymentInfo>\n        </PaymentInformation>\n        <PaymentAssociations>\n            <PaymentAssociation OrderID=\"1\">\n                <PaymentReference PaymentRPH=\"1\" Amount=\"6015.00\" TotalTax=\"3909.75\"/>\n            </PaymentAssociation>\n            <PaymentAssociation OrderID=\"2\">\n                <PaymentReference PaymentRPH=\"1\" Amount=\"4010.00\" TotalTax=\"2606.50\" />\n</PaymentAssociation>\n  </PaymentAssociations>\n    </BookingReference>\n</KIU_DemandEMDDocRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 23 Jun 2021 17:26:15 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"305"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_DemandEMDDocRS EchoToken=\"1\" TimeStamp=\"2021-06-23T17:26:15+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Warnings/>\n    <BookingReferenceID Type=\"1\" ID=\"UCDLEW\">\n        <DocumentItemInformation Order=\"1\" Type=\"EMDA\" Number=\"9995570205058\" TravelerReferenceRPH=\"1\" Status=\"true\"/>\n        <DocumentItemInformation Order=\"2\" Type=\"EMDA\" Number=\"9995570205059\" TravelerReferenceRPH=\"1\" Status=\"true\"/>\n    </BookingReferenceID>\n</KIU_DemandEMDDocRS>"}],"_postman_id":"3fbd3941-18a1-4069-8383-935950041855"},{"name":"KIU_CancelRQ","id":"778467a6-209a-4a79-9bb1-e0981f70d1c8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_CancelRQ EchoToken=\"1\" TimeStamp=\"2021-06-24T11:57:36Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX816\" />\n   </POS>\n   <UniqueID Type=\"14\" ID=\"MUNJML\" />\n<UniqueID Type=\"30\" ID=\"9995572005103\" />\n   <Reasons>\n      <Reason>RESERVA ERRONEA</Reason>\n   </Reasons>\n</KIU_CancelRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This service allows users to:</p>\n<ul>\n<li><p><strong>Cancel a itinerary</strong></p>\n</li>\n<li><p><strong>Void documents issued</strong></p>\n</li>\n</ul>\n<p><strong>Case Cancel:</strong><br />Users have the possibility to add remarks to the reservation in order to clarify the reason of cancel.</p>\n<p><strong>Case Void Ticket</strong>:<br />The case of void documents, those documents must accomplish the business rules to be void, otherwise user will received an error, also the users have the ability to add a new ticket time limit, otherwise, the system will assign a default ticket time limit of 10 minutes automatically*</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_CancelRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"50ffa9a0-910a-41e0-8e20-8a541d1abf32","name":"KIU_CancelRQ - Success - Void Ticket","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_CancelRQ EchoToken=\"1\" TimeStamp=\"2021-06-24T11:54:36Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" />\n    </POS>\n    <UniqueID Type=\"14\" ID=\"PCJZYQ\" />\n    <UniqueID Type=\"30\" ID=\"9990210036396\" />\n    <Ticketing TicketTimeLimit=\"1\" />\n</KIU_CancelRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 24 Jun 2021 11:55:53 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_CancelRS EchoToken=\"1\" TimeStamp=\"2021-06-24T11:55:53+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <UniqueID Type=\"14\" ID=\"PCJZYQ\" LastModificationDate=\"2021-06-24T11:55:53.70\" />\n    <Ticketing TicketTimeLimit=\"1\" />\n</KIU_CancelRS>"},{"id":"4b7edc1b-bf59-4fb2-a33d-f120a8eacb14","name":"KIU_CancelRQ  - Success - Cancel reservation","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_CancelRQ EchoToken=\"1\" TimeStamp=\"2021-06-24T11:57:36Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n      <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" />\n   </POS>\n   <UniqueID Type=\"14\" ID=\"PCJZYQ\" />\n   <Reasons>\n      <Reason>RESERVA ERRONEA</Reason>\n   </Reasons>\n</KIU_CancelRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Thu, 24 Jun 2021 11:58:26 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"223"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_CancelRS EchoToken=\"1\" TimeStamp=\"2021-06-24T11:58:26+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <UniqueID Type=\"14\" ID=\"PCJZYQ\" LastModificationDate=\"2021-06-24T11:58:26.50\"/>\n</KIU_CancelRS>"}],"_postman_id":"778467a6-209a-4a79-9bb1-e0981f70d1c8"},{"name":"KIU_GetOriginDestinationInfoRQ","id":"01023eab-1e01-4369-8621-400d183bae12","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_GetOriginDestinationInfoRQ EchoToken=\"1\" TimeStamp=\"2019-09-09T17:17:36+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\"/>\n   </POS>\n   <RequestedCarrier>\n        <CarrierCode>XX</CarrierCode>\n    </RequestedCarrier>\n</KIU_GetOriginDestinationInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This service allows users to get the operation city-pairs configured in KIU System by host</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_GetOriginDestinationInfoRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"8ce55a39-03c7-4ad9-9648-ec04a92a895e","name":"KIU_GetOriginDestinationInfoRQ - Success - Complete list of operation of the airline","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_GetOriginDestinationInfoRQ EchoToken=\"1\" TimeStamp=\"2019-09-09T17:17:36+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\">\n   <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\"/>\n   </POS>\n   <RequestedCarrier>\n        <CarrierCode>XX</CarrierCode>\n    </RequestedCarrier>\n</KIU_GetOriginDestinationInfoRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Fri, 25 Jun 2021 11:18:29 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"15113"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_GetOriginDestinationInfoRS EchoToken=\"1\" TimeStamp=\"2021-06-25T11:18:29+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <OriginDestinationsInformation>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CCS_0\">\n                <Country>VE</Country>\n                <CountryName>VENEZUELA</CountryName>\n                <LocationCode LocationIATA=\"1\">CCS</LocationCode>\n                <LocationName>SIMON BOLIVAR</LocationName>\n                <LocationCity LocationIATA=\"1\">CCS</LocationCity>\n                <LocationCityName>CARACAS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AUA_0\">\n                <Country>AW</Country>\n                <CountryName>ARUBA</CountryName>\n                <LocationCode LocationIATA=\"1\">AUA</LocationCode>\n                <LocationName>REINA BEATRIX INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUA</LocationCity>\n                <LocationCityName>ARUBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SDQ_0\">\n                <Country>DO</Country>\n                <CountryName>DOMINICAN REPUBLIC</CountryName>\n                <LocationCode LocationIATA=\"1\">SDQ</LocationCode>\n                <LocationName>LAS AMERICAS</LocationName>\n                <LocationCity LocationIATA=\"1\">SDQ</LocationCity>\n                <LocationCityName>SANTO DOMINGO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AUA_0\">\n                <Country>AW</Country>\n                <CountryName>ARUBA</CountryName>\n                <LocationCode LocationIATA=\"1\">AUA</LocationCode>\n                <LocationName>REINA BEATRIX INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUA</LocationCity>\n                <LocationCityName>ARUBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"DXB_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">DXB</LocationCode>\n                <LocationName>DUBAI</LocationName>\n                <LocationCity LocationIATA=\"1\">DXB</LocationCity>\n                <LocationCityName>DUBAI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BCN_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">BCN</LocationCode>\n                <LocationName>EL PRAT</LocationName>\n                <LocationCity LocationIATA=\"1\">BCN</LocationCity>\n                <LocationCityName>BARCELONA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BCN_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">BCN</LocationCode>\n                <LocationName>EL PRAT</LocationName>\n                <LocationCity LocationIATA=\"1\">BCN</LocationCity>\n                <LocationCityName>BARCELONA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LHR_0\">\n                <Country>GB</Country>\n                <CountryName>UNITED KINGDOM</CountryName>\n                <LocationCode LocationIATA=\"1\">LHR</LocationCode>\n                <LocationName>HEATHROW</LocationName>\n                <LocationCity LocationIATA=\"1\">LON</LocationCity>\n                <LocationCityName>LONDON</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RAK_0\">\n                <Country>MA</Country>\n                <CountryName>MOROCCO</CountryName>\n                <LocationCode LocationIATA=\"1\">RAK</LocationCode>\n                <LocationName>MENARA</LocationName>\n                <LocationCity LocationIATA=\"1\">RAK</LocationCity>\n                <LocationCityName>MARRAKECH</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"DXB_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">DXB</LocationCode>\n                <LocationName>DUBAI</LocationName>\n                <LocationCity LocationIATA=\"1\">DXB</LocationCity>\n                <LocationCityName>DUBAI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IAD_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">IAD</LocationCode>\n                <LocationName>DULLES INTERNATIONAL</LocationName>\n                <LocationCity LocationIATA=\"1\">WAS</LocationCity>\n                <LocationCityName>WASHINGTON</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BUQ_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">BUQ</LocationCode>\n                <LocationName>BULAWAYO</LocationName>\n                <LocationCity LocationIATA=\"1\">BUQ</LocationCity>\n                <LocationCityName>BULAWAYO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"HRE_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">HRE</LocationCode>\n                <LocationName>HARARE INTERNATIONAL</LocationName>\n                <LocationCity LocationIATA=\"1\">HRE</LocationCity>\n                <LocationCityName>HARARE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"VFA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"HRE_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">HRE</LocationCode>\n                <LocationName>HARARE INTERNATIONAL</LocationName>\n                <LocationCity LocationIATA=\"1\">HRE</LocationCity>\n                <LocationCityName>HARARE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"HUU_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LHR_0\">\n                <Country>GB</Country>\n                <CountryName>UNITED KINGDOM</CountryName>\n                <LocationCode LocationIATA=\"1\">LHR</LocationCode>\n                <LocationName>HEATHROW</LocationName>\n                <LocationCity LocationIATA=\"1\">LON</LocationCity>\n                <LocationCityName>LONDON</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SYD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LON_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"DXB_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">DXB</LocationCode>\n                <LocationName>DUBAI</LocationName>\n                <LocationCity LocationIATA=\"1\">DXB</LocationCity>\n                <LocationCityName>DUBAI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDE_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CUN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CUN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"DXB_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">DXB</LocationCode>\n                <LocationName>DUBAI</LocationName>\n                <LocationCity LocationIATA=\"1\">DXB</LocationCity>\n                <LocationCityName>DUBAI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CLO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EOH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CLO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AUA_0\">\n                <Country>AW</Country>\n                <CountryName>ARUBA</CountryName>\n                <LocationCode LocationIATA=\"1\">AUA</LocationCode>\n                <LocationName>REINA BEATRIX INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUA</LocationCity>\n                <LocationCityName>ARUBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CCS_0\">\n                <Country>VE</Country>\n                <CountryName>VENEZUELA</CountryName>\n                <LocationCode LocationIATA=\"1\">CCS</LocationCode>\n                <LocationName>SIMON BOLIVAR</LocationName>\n                <LocationCity LocationIATA=\"1\">CCS</LocationCity>\n                <LocationCityName>CARACAS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SDQ_0\">\n                <Country>DO</Country>\n                <CountryName>DOMINICAN REPUBLIC</CountryName>\n                <LocationCode LocationIATA=\"1\">SDQ</LocationCode>\n                <LocationName>LAS AMERICAS</LocationName>\n                <LocationCity LocationIATA=\"1\">SDQ</LocationCity>\n                <LocationCityName>SANTO DOMINGO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CCS_0\">\n                <Country>VE</Country>\n                <CountryName>VENEZUELA</CountryName>\n                <LocationCode LocationIATA=\"1\">CCS</LocationCode>\n                <LocationName>SIMON BOLIVAR</LocationName>\n                <LocationCity LocationIATA=\"1\">CCS</LocationCity>\n                <LocationCityName>CARACAS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BRU_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CLO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"HRE_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">HRE</LocationCode>\n                <LocationName>HARARE INTERNATIONAL</LocationName>\n                <LocationCity LocationIATA=\"1\">HRE</LocationCity>\n                <LocationCityName>HARARE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BUQ_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">BUQ</LocationCode>\n                <LocationName>BULAWAYO</LocationName>\n                <LocationCity LocationIATA=\"1\">BUQ</LocationCity>\n                <LocationCityName>BULAWAYO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EMA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NBO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"HRE_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">HRE</LocationCode>\n                <LocationName>HARARE INTERNATIONAL</LocationName>\n                <LocationCity LocationIATA=\"1\">HRE</LocationCity>\n                <LocationCityName>HARARE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VFA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BUQ_0\">\n                <Country>ZW</Country>\n                <CountryName>ZIMBABWE</CountryName>\n                <LocationCode LocationIATA=\"1\">BUQ</LocationCode>\n                <LocationName>BULAWAYO</LocationName>\n                <LocationCity LocationIATA=\"1\">BUQ</LocationCity>\n                <LocationCityName>BULAWAYO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VFA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ZNZ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ZNZ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BRU_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ZRH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ZRH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TUC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RAK_0\">\n                <Country>MA</Country>\n                <CountryName>MOROCCO</CountryName>\n                <LocationCode LocationIATA=\"1\">RAK</LocationCode>\n                <LocationName>MENARA</LocationName>\n                <LocationCity LocationIATA=\"1\">RAK</LocationCity>\n                <LocationCityName>MARRAKECH</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CCS_0\">\n                <Country>VE</Country>\n                <CountryName>VENEZUELA</CountryName>\n                <LocationCode LocationIATA=\"1\">CCS</LocationCode>\n                <LocationName>SIMON BOLIVAR</LocationName>\n                <LocationCity LocationIATA=\"1\">CCS</LocationCity>\n                <LocationCityName>CARACAS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SDQ_0\">\n                <Country>DO</Country>\n                <CountryName>DOMINICAN REPUBLIC</CountryName>\n                <LocationCode LocationIATA=\"1\">SDQ</LocationCode>\n                <LocationName>LAS AMERICAS</LocationName>\n                <LocationCity LocationIATA=\"1\">SDQ</LocationCity>\n                <LocationCityName>SANTO DOMINGO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SDU_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"DXB_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">DXB</LocationCode>\n                <LocationName>DUBAI</LocationName>\n                <LocationCity LocationIATA=\"1\">DXB</LocationCity>\n                <LocationCityName>DUBAI</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PDP_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"POA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"POA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CLO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PPN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EOH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PPN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SYD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MEL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MEX_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CUN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SDQ_0\">\n                <Country>DO</Country>\n                <CountryName>DOMINICAN REPUBLIC</CountryName>\n                <LocationCode LocationIATA=\"1\">SDQ</LocationCode>\n                <LocationName>LAS AMERICAS</LocationName>\n                <LocationCity LocationIATA=\"1\">SDQ</LocationCity>\n                <LocationCityName>SANTO DOMINGO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MEX_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PDP_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MLZ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CLO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EOH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PPN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EOH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MTY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"QRO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PAP_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JBQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LSP_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IKA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"YON_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PBH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PBH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"YON_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CCS_0\">\n                <Country>VE</Country>\n                <CountryName>VENEZUELA</CountryName>\n                <LocationCode LocationIATA=\"1\">CCS</LocationCode>\n                <LocationName>SIMON BOLIVAR</LocationName>\n                <LocationCity LocationIATA=\"1\">CCS</LocationCity>\n                <LocationCityName>CARACAS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CUN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RAK_0\">\n                <Country>MA</Country>\n                <CountryName>MOROCCO</CountryName>\n                <LocationCode LocationIATA=\"1\">RAK</LocationCode>\n                <LocationName>MENARA</LocationName>\n                <LocationCity LocationIATA=\"1\">RAK</LocationCity>\n                <LocationCityName>MARRAKECH</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BCN_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">BCN</LocationCode>\n                <LocationName>EL PRAT</LocationName>\n                <LocationCity LocationIATA=\"1\">BCN</LocationCity>\n                <LocationCityName>BARCELONA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"POA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AUH_0\">\n                <Country>AE</Country>\n                <CountryName>UNITED ARAB EMIRATES</CountryName>\n                <LocationCode LocationIATA=\"1\">AUH</LocationCode>\n                <LocationName>ABU DHABI INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">AUH</LocationCity>\n                <LocationCityName>ABU DHABI</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RAK_0\">\n                <Country>MA</Country>\n                <CountryName>MOROCCO</CountryName>\n                <LocationCode LocationIATA=\"1\">RAK</LocationCode>\n                <LocationName>MENARA</LocationName>\n                <LocationCity LocationIATA=\"1\">RAK</LocationCity>\n                <LocationCityName>MARRAKECH</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IAD_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">IAD</LocationCode>\n                <LocationName>DULLES INTERNATIONAL</LocationName>\n                <LocationCity LocationIATA=\"1\">WAS</LocationCity>\n                <LocationCityName>WASHINGTON</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"LHR_0\">\n                <Country>GB</Country>\n                <CountryName>UNITED KINGDOM</CountryName>\n                <LocationCode LocationIATA=\"1\">LHR</LocationCode>\n                <LocationName>HEATHROW</LocationName>\n                <LocationCity LocationIATA=\"1\">LON</LocationCity>\n                <LocationCityName>LONDON</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MEX_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PPN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SDU_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CLO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ZRH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CUN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EOH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JNB_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">JNB</LocationCode>\n                <LocationName>O.R. TAMBO INTERNATIONAL AIRPORT</LocationName>\n                <LocationCity LocationIATA=\"1\">JNB</LocationCity>\n                <LocationCityName>JOHANNESBURG</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GBE_0\">\n                <Country>BW</Country>\n                <CountryName>BOTSWANA</CountryName>\n                <LocationCode LocationIATA=\"1\">GBE</LocationCode>\n                <LocationName>SIR SERETSE KHAMA</LocationName>\n                <LocationCity LocationIATA=\"1\">GBE</LocationCity>\n                <LocationCityName>GABORONE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"POA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"LIM_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CUN_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BCN_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">BCN</LocationCode>\n                <LocationName>EL PRAT</LocationName>\n                <LocationCity LocationIATA=\"1\">BCN</LocationCity>\n                <LocationCityName>BARCELONA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"POA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BCN_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">BCN</LocationCode>\n                <LocationName>EL PRAT</LocationName>\n                <LocationCity LocationIATA=\"1\">BCN</LocationCity>\n                <LocationCityName>BARCELONA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RGL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BRC_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GRU_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">GRU</LocationCode>\n                <LocationName>GUARULHOS INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SAO</LocationCity>\n                <LocationCityName>SAO PAULO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"EZE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">EZE</LocationCode>\n                <LocationName>MINISTRO PISTARINI</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>EZEIZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MAD_0\">\n                <Country>ES</Country>\n                <CountryName>SPAIN</CountryName>\n                <LocationCode LocationIATA=\"1\">MAD</LocationCode>\n                <LocationName>BARAJAS</LocationName>\n                <LocationCity LocationIATA=\"1\">MAD</LocationCity>\n                <LocationCityName>MADRID</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MLZ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"CPT_0\">\n                <Country>ZA</Country>\n                <CountryName>SOUTH AFRICA</CountryName>\n                <LocationCode LocationIATA=\"1\">CPT</LocationCode>\n                <LocationName>D F MALAN</LocationName>\n                <LocationCity LocationIATA=\"1\">CPT</LocationCity>\n                <LocationCityName>CAPETOWN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SEZ_0\">\n                <Country>SC</Country>\n                <CountryName>SEYCHELLES</CountryName>\n                <LocationCode LocationIATA=\"1\">SEZ</LocationCode>\n                <LocationName>SEYCHELLES INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">SEZ</LocationCity>\n                <LocationCityName>MAHE ISLAND</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ZRH_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MXP_0\">\n                <Country>IT</Country>\n                <CountryName>ITALY</CountryName>\n                <LocationCode LocationIATA=\"1\">MXP</LocationCode>\n                <LocationName>MALPENSA</LocationName>\n                <LocationCity LocationIATA=\"1\">MIL</LocationCity>\n                <LocationCityName>MILAN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FCO_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SDQ_0\">\n                <Country>DO</Country>\n                <CountryName>DOMINICAN REPUBLIC</CountryName>\n                <LocationCode LocationIATA=\"1\">SDQ</LocationCode>\n                <LocationName>LAS AMERICAS</LocationName>\n                <LocationCity LocationIATA=\"1\">SDQ</LocationCity>\n                <LocationCityName>SANTO DOMINGO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JFK_0\">\n                <Country>US</Country>\n                <CountryName>UNITED STATES</CountryName>\n                <LocationCode LocationIATA=\"1\">JFK</LocationCode>\n                <LocationName>JOHN F KENNEDY INTL</LocationName>\n                <LocationCity LocationIATA=\"1\">NYC</LocationCity>\n                <LocationCityName>NEW YORK</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MEX_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CNF_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MVD_0\">\n                <Country>UY</Country>\n                <CountryName>URUGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">MVD</LocationCode>\n                <LocationName>CARRASCO</LocationName>\n                <LocationCity LocationIATA=\"1\">MVD</LocationCity>\n                <LocationCityName>MONTEVIDEO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CDG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MEX_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BHI_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">BHI</LocationCode>\n                <LocationName>COMNDNTE ESPORA NAB</LocationName>\n                <LocationCity LocationIATA=\"1\">BHI</LocationCity>\n                <LocationCityName>BAHIA BLANCA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"VLG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"AEP_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">AEP</LocationCode>\n                <LocationName>AEROPARQUE JORGE NEWBERY</LocationName>\n                <LocationCity LocationIATA=\"1\">BUE</LocationCity>\n                <LocationCityName>BUENOS AIRES</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"RVY_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"BOG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SSA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ASU_0\">\n                <Country>PY</Country>\n                <CountryName>PARAGUAY</CountryName>\n                <LocationCode LocationIATA=\"1\">ASU</LocationCode>\n                <LocationName>SILVIO PETTIROSSI</LocationName>\n                <LocationCity LocationIATA=\"1\">ASU</LocationCity>\n                <LocationCityName>ASUNCION</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PMY_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PMY</LocationCode>\n                <LocationName>EL TEHUELCHE</LocationName>\n                <LocationCity LocationIATA=\"1\">PMY</LocationCity>\n                <LocationCityName>PUERTO MADRYN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"UAQ_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"RES_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">RES</LocationCode>\n                <LocationName>RESISTENCIA</LocationName>\n                <LocationCity LocationIATA=\"1\">RES</LocationCity>\n                <LocationCityName>RESISTENCIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GGS_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"GIG_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FTE_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">FTE</LocationCode>\n                <LocationName>EL CALAFATE</LocationName>\n                <LocationCity LocationIATA=\"1\">FTE</LocationCity>\n                <LocationCityName>EL CALAFATE</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"JUJ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">JUJ</LocationCode>\n                <LocationName>EL CADILLAL</LocationName>\n                <LocationCity LocationIATA=\"1\">JUJ</LocationCity>\n                <LocationCityName>JUJUY</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"NQN_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">NQN</LocationCode>\n                <LocationName>NEUQUEN</LocationName>\n                <LocationCity LocationIATA=\"1\">NQN</LocationCity>\n                <LocationCityName>NEUQUEN</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"TUN_0\">\n                <Country>TN</Country>\n                <CountryName>TUNISIA</CountryName>\n                <LocationCode LocationIATA=\"1\">TUN</LocationCode>\n                <LocationName>CARTHAGE</LocationName>\n                <LocationCity LocationIATA=\"1\">TUN</LocationCity>\n                <LocationCityName>TUNIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MIA_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MJR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MJR</LocationCode>\n                <LocationName>MIRAMAR</LocationName>\n                <LocationCity LocationIATA=\"1\">MJR</LocationCity>\n                <LocationCityName>MIRAMAR</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"ROS_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">ROS</LocationCode>\n                <LocationName>FISHERTON</LocationName>\n                <LocationCity LocationIATA=\"1\">ROS</LocationCity>\n                <LocationCityName>ROSARIO</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"SLA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">SLA</LocationCode>\n                <LocationName>GEN BELGRANO</LocationName>\n                <LocationCity LocationIATA=\"1\">SLA</LocationCity>\n                <LocationCityName>SALTA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"COR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">COR</LocationCode>\n                <LocationName>PAJAS BLANCAS</LocationName>\n                <LocationCity LocationIATA=\"1\">COR</LocationCity>\n                <LocationCityName>CORDOBA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"OYO_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">OYO</LocationCode>\n                <LocationName>TRES ARROYOS</LocationName>\n                <LocationCity LocationIATA=\"1\">OYO</LocationCity>\n                <LocationCityName>TRES ARROYOS</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"CRD_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"USH_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">USH</LocationCode>\n                <LocationName>USHUAIA</LocationName>\n                <LocationCity LocationIATA=\"1\">USH</LocationCity>\n                <LocationCityName>USHUAIA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDZ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDZ</LocationCode>\n                <LocationName>EL PLUMERILLO</LocationName>\n                <LocationCity LocationIATA=\"1\">MDZ</LocationCity>\n                <LocationCityName>MENDOZA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"FLN_0\">\n                <Country>BR</Country>\n                <CountryName>BRAZIL</CountryName>\n                <LocationCode LocationIATA=\"1\">FLN</LocationCode>\n                <LocationName>HERCILIO LUZ</LocationName>\n                <LocationCity LocationIATA=\"1\">FLN</LocationCity>\n                <LocationCityName>FLORIANOPOLIS</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"SCL_0\">\n                <Country/>\n                <CountryName/>\n                <LocationCode LocationIATA=\"\"/>\n                <LocationName/>\n                <LocationCity LocationIATA=\"\"/>\n                <LocationCityName/>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"IGR_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">IGR</LocationCode>\n                <LocationName>CATARATAS DEL IGUAZU</LocationName>\n                <LocationCity LocationIATA=\"1\">IGR</LocationCity>\n                <LocationCityName>IGUAZU</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"TDL_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">TDL</LocationCode>\n                <LocationName>TANDIL</LocationName>\n                <LocationCity LocationIATA=\"1\">TDL</LocationCity>\n                <LocationCityName>TANDIL</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n        <OriginDestinationOption>\n            <DepartureInformation LocationReferenceID=\"PRA_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">PRA</LocationCode>\n                <LocationName>GENERAL URQUIZA</LocationName>\n                <LocationCity LocationIATA=\"1\">PRA</LocationCity>\n                <LocationCityName>PARANA</LocationCityName>\n            </DepartureInformation>\n            <ArrivalInformation LocationReferenceID=\"MDQ_0\">\n                <Country>AR</Country>\n                <CountryName>ARGENTINA</CountryName>\n                <LocationCode LocationIATA=\"1\">MDQ</LocationCode>\n                <LocationName>MAR DEL PLATA</LocationName>\n                <LocationCity LocationIATA=\"1\">MDQ</LocationCity>\n                <LocationCityName>MAR DEL PLATA</LocationCityName>\n            </ArrivalInformation>\n        </OriginDestinationOption>\n    </OriginDestinationsInformation>\n</KIU_GetOriginDestinationInfoRS>"}],"_postman_id":"01023eab-1e01-4369-8621-400d183bae12"},{"name":"KIU_PurchaseItemRQ","id":"f9bbf9a0-91b0-4db9-b22d-aa123a448e21","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_PurchaseItemRQ \n  EchoToken=\"1\" TimeStamp=\"2021-06-25T11:26:57-03:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" ForceIssue=\"true\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\">\n            <RequestorID Type=\"5\" />\n            <BookingChannel Type=\"1\" />\n        </Source>\n    </POS>\n    <Orders CarrierCode=\"XX\">\n        <Order>\n            <Products>\n                <Product ProductID=\"E0BX\" ProductIssueDate=\"2021-06-25\" LocationCode=\"BUE\" Amount=\"1200.00\" CurrencyCode=\"ARS\" />\n            </Products>\n            <Taxes>\n                <Tax TaxCode=\"AR\" Amount=\"120.00\" />\n                <Tax TaxCode=\"DL\" Amount=\"45.00\" />\n            </Taxes>\n        </Order>\n    </Orders>\n    <PaymentInformation PaymentType=\"5\">\n        <PaymentCard CardType=\"1\" CardCode=\"VI\" CardNumber=\"4242424242424242\" SeriesCode=\"123\" ExpireDate=\"1221\" />\n        <Endorsement Text=\"ENDOSO\" />\n    </PaymentInformation>\n    <RecipientInfos>\n        <RecipientInfo>\n            <PersonName>\n                <GivenName>JUAN</GivenName>\n                <Surname>PEREZ</Surname>\n            </PersonName>\n            <Document DocID=\"123456789\" DocType=\"NI\" />\n        </RecipientInfo>\n    </RecipientInfos>\n    <Comments>\n        <Comment>\n            <Text>COMENTARIO TEST</Text>\n        </Comment>\n    </Comments>\n</KIU_PurchaseItemRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to issue an EMD-S D-S (Electronic Miscellaneous Document-Standalone). Offer a services outside a reservation.</p>\n<p>The codes must be included into the TMP table of the Host airline.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"48bc05a2-6957-4ac6-aad9-9c608804a668","name":"KIU_PurchaseItemRQ - Success - Issue EMD-S","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<KIU_PurchaseItemRQ \n  EchoToken=\"1\" TimeStamp=\"2021-06-25T11:26:57-03:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-us\" ForceIssue=\"true\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\">\n            <RequestorID Type=\"5\" />\n            <BookingChannel Type=\"1\" />\n        </Source>\n    </POS>\n    <Orders CarrierCode=\"XX\">\n        <Order>\n            <Products>\n                <Product ProductID=\"E0BX\" ProductIssueDate=\"2021-06-25\" LocationCode=\"BUE\" Amount=\"1200.00\" CurrencyCode=\"ARS\" />\n            </Products>\n            <Taxes>\n                <Tax TaxCode=\"AR\" Amount=\"120.00\" />\n                <Tax TaxCode=\"DL\" Amount=\"45.00\" />\n            </Taxes>\n        </Order>\n    </Orders>\n    <PaymentInformation PaymentType=\"5\">\n        <PaymentCard CardType=\"1\" CardCode=\"VI\" CardNumber=\"4242424242424242\" SeriesCode=\"123\" ExpireDate=\"1221\" />\n        <Endorsement Text=\"ENDOSO\" />\n    </PaymentInformation>\n    <RecipientInfos>\n        <RecipientInfo>\n            <PersonName>\n                <GivenName>JUAN</GivenName>\n                <Surname>PEREZ</Surname>\n            </PersonName>\n            <Document DocID=\"123456789\" DocType=\"NI\" />\n        </RecipientInfo>\n    </RecipientInfos>\n    <Comments>\n        <Comment>\n            <Text>COMENTARIO TEST</Text>\n        </Comment>\n    </Comments>\n</KIU_PurchaseItemRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Fri, 25 Jun 2021 11:30:37 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_PurchaseItemRS EchoToken=\"1\" TimeStamp=\"2021-06-25T11:30:37+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Orders OrderID=\"9995570205061\"/>\n</KIU_PurchaseItemRS>"}],"_postman_id":"f9bbf9a0-91b0-4db9-b22d-aa123a448e21"},{"name":"KIU_TravelItineraryReadV2RQ","id":"7c7095a3-985a-4079-9494-108c49830d0e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"   xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\n    EchoToken=\"GERTSTDOC\" TimeStamp =\"2021-06-28T12:51:50Z\" Target=\"Testing\" Version=\"3\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" Operation=\"email\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\"/>\n            <BookingChannel Type=\"5\"/>\n        </Source>\n    </POS>\n    <TPA_Extension>\n        <VerificationList>\n            <SendList email=\"GNIZETICH@KIUSYS.COM\">\n                <Document Type=\"30\">9990210036399</Document>\n            </SendList>\n            <SendList email=\"WEBLINE@KIUSYS.COM\">\n                <Document Type=\"30\">9990210036400</Document>\n            </SendList>\n        </VerificationList>\n    </TPA_Extension>\n</KIU_TravelItineraryReadV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows user to retrieve a reservation, also it allows to retrieve the receipts in HTML of ticket and EMD.</p>\n<p>This method offer 2 possible actions in the attribute \"Operation\":</p>\n<ul>\n<li><p><strong>Retrieve:</strong></p>\n<ul>\n<li><p><strong>Reservation:</strong> Return the content of a record locator in XML language.</p>\n</li>\n<li><p><strong>Ticket:</strong> Retrieve a receipt in HTML embebed into the XML to expose the ticket receipt.</p>\n</li>\n<li><p><strong>EMDs:</strong> Return an HTML receipto fo the EMD embebed into the XML.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Email:</strong><br />  This operation allows to send the reservation, Ticket and EMDs receipts in HTML template direct to and email address.<br />  Each email address can receipt up to 10 documents.</p>\n</li>\n</ul>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_TravelItineraryReadV2RQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"220cabd8-77cc-4e20-854d-351b54227fc4","name":"KIU_TravelItineraryReadV2RQ  - RETRIEVE - Success - Reservation without issued","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"   xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\n    EchoToken=\"GERTSTDOC\" TimeStamp =\"2021-06-28T11:56:51.0\" Target=\"Testing\" Version=\"3\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" Operation=\"retrieve\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\"/>\n            <BookingChannel Type=\"5\"/>\n        </Source>\n    </POS>\n    <UniqueID Type=\"14\">\n        <TPA_Extension>\n            <RecordLocator ID=\"OHYILT\"/>\n        </TPA_Extension>\n    </UniqueID>\n</KIU_TravelItineraryReadV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 28 Jun 2021 11:57:43 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1484"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_ItineraryReadV2RS EchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T11:57:43+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <TravelItinerary>\n        <ItineraryRef Type=\"14\" Code=\"OHYILT\" LastModificationDate=\"2021-06-28T11:55:10.44\"/>\n        <ItineraryInfo>\n            <ReservationItems>\n                <Air>\n                    <OriginDestinationOptions>\n                        <OriginDestinationOption RPH=\"1\">\n                            <FlightSegment DepartureDateTime=\" 20JUL 1100\" ArrivalDateTime=\" 1405\" ResBookDesigCode=\"B\" StopQuantity=\"\" SegmentRPH=\"1\" FlightNumber=\"163\" Status=\"HK\">\n                                <DepartureAirport LocationCode=\"SEZ\"/>\n                                <ArrivalAirport LocationCode=\"JNB\"/>\n                                <MarketingAirline>XX</MarketingAirline>\n                            </FlightSegment>\n                        </OriginDestinationOption>\n                        <OriginDestinationOption RPH=\"2\">\n                            <FlightSegment DepartureDateTime=\" 28JUL 1000\" ArrivalDateTime=\" 1655\" ResBookDesigCode=\"B\" StopQuantity=\"\" SegmentRPH=\"2\" FlightNumber=\"160\" Status=\"HK\">\n                                <DepartureAirport LocationCode=\"JNB\"/>\n                                <ArrivalAirport LocationCode=\"SEZ\"/>\n                                <MarketingAirline>XX</MarketingAirline>\n                            </FlightSegment>\n                        </OriginDestinationOption>\n                    </OriginDestinationOptions>\n                    <PricingInfo>\n                        <PriceItinerary>\n                            <PTC_Breakdown>\n                                <PassengerFare>\n                                    <BaseFare CurrencyCode=\"USD\" Amount=\"800.00\"/>\n                                    <EquivFare CurrencyCode=\"ARS\" Amount=\"80400.00\"/>\n                                    <Taxes>\n                                        <Tax TaxCode=\"O5\" CurrencyCode=\"ARS\" Amount=\"25205.40\"/>\n                                        <Tax TaxCode=\"Q1\" CurrencyCode=\"ARS\" Amount=\"29406.30\"/>\n                                        <Tax TaxCode=\"YQ\" CurrencyCode=\"ARS\" Amount=\"3618.00\"/>\n                                    </Taxes>\n                                    <TotalFare CurrencyCode=\"ARS\" Amount=\"138629.70\"/>\n                                    <FareConstruction>SEZ XX JNB 400.00 XX SEZ 400.00NUC800.00END ROE1.000000</FareConstruction>\n                                </PassengerFare>\n                            </PTC_Breakdown>\n                            <PassengerTypeQuantity Code=\"ADT\">1</PassengerTypeQuantity>\n                            <PTC_Breakdown>\n                                <PassengerFare>\n                                    <BaseFare CurrencyCode=\"USD\" Amount=\"800.00\"/>\n                                    <EquivFare CurrencyCode=\"ARS\" Amount=\"80400.00\"/>\n                                    <Taxes>\n                                        <Tax TaxCode=\"O5\" CurrencyCode=\"ARS\" Amount=\"25205.40\"/>\n                                        <Tax TaxCode=\"Q1\" CurrencyCode=\"ARS\" Amount=\"29406.30\"/>\n                                        <Tax TaxCode=\"YQ\" CurrencyCode=\"ARS\" Amount=\"3618.00\"/>\n                                    </Taxes>\n                                    <TotalFare CurrencyCode=\"ARS\" Amount=\"138629.70\"/>\n                                    <FareConstruction>SEZ XX JNB 400.00 XX SEZ 400.00NUC800.00END ROE1.000000</FareConstruction>\n                                </PassengerFare>\n                            </PTC_Breakdown>\n                            <PassengerTypeQuantity Code=\"CNN\">1</PassengerTypeQuantity>\n                            <Offer>\n                                <Priced ID=\"1\" PTC=\"ADT\" TravelerRefRPH=\"1\">\n                                    <Amount>\n                                        <BaseFare Currency=\"USD\">40.00</BaseFare>\n                                        <EquivalentPaid Currency=\"ARS\">4020.00</EquivalentPaid>\n                                        <BaseFare Currency=\"ARS\">6633.00</BaseFare>\n                                    </Amount>\n                                    <ServiceFamily Group=\"C\" Description=\"BAGGAGE\" Type=\"A\" PTC=\"ADT\" Quantity=\"1\">\n                                        <ItemOffer Code=\"0AA\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"1\">\n                                            <ItemPriced CurrencyCode=\"USD\">\n                                                <Amount>20.00</Amount>\n                                                <TPA_Extension>\n                                                    <BaggageInfo UnitOfMeasure=\"K\" CurrencyCode=\"\" RatePerUnit=\"0.00\">\n                                                        <ExcessBaggageTotalNbr>0</ExcessBaggageTotalNbr>\n                                                    </BaggageInfo>\n                                                </TPA_Extension>\n                                            </ItemPriced>\n                                            <IssueInfo>\n                                                <Exchangeble>false</Exchangeble>\n                                                <Refundable>false</Refundable>\n                                                <ConsumeAtIssuance>false</ConsumeAtIssuance>\n                                                <RequiredTicket>true</RequiredTicket>\n                                            </IssueInfo>\n                                        </ItemOffer>\n                                        <ItemOffer Code=\"0AA\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"2\">\n                                            <ItemPriced CurrencyCode=\"USD\">\n                                                <Amount>20.00</Amount>\n                                                <TPA_Extension>\n                                                    <BaggageInfo UnitOfMeasure=\"K\" CurrencyCode=\"\" RatePerUnit=\"0.00\">\n                                                        <ExcessBaggageTotalNbr>0</ExcessBaggageTotalNbr>\n                                                    </BaggageInfo>\n                                                </TPA_Extension>\n                                            </ItemPriced>\n                                            <IssueInfo>\n                                                <Exchangeble>false</Exchangeble>\n                                                <Refundable>false</Refundable>\n                                                <ConsumeAtIssuance>false</ConsumeAtIssuance>\n                                                <RequiredTicket>true</RequiredTicket>\n                                            </IssueInfo>\n                                        </ItemOffer>\n                                    </ServiceFamily>\n                                </Priced>\n                            </Offer>\n                        </PriceItinerary>\n                    </PricingInfo>\n                    <TravelerInfo>\n                        <AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"\">\n                            <PersonName>\n                                <GivenName>ADULT</GivenName>\n                                <Surname>TEST</Surname>\n                            </PersonName>\n                            <Telephone PhoneNumber=\"7886889999\"/>\n                            <Email>WEBLINE@KIUSYS.COM</Email>\n                            <Document DocID=\"69087678\" DocType=\"PP\"/>\n                            <TravelerRefNumber RPH=\"1\"/>\n                        </AirTraveler>\n                        <AirTraveler PassengerTypeCode=\"CHD\" BirthDate=\"\">\n                            <PersonName>\n                                <GivenName>CHILD</GivenName>\n                                <Surname>TEST</Surname>\n                            </PersonName>\n                            <Telephone PhoneNumber=\"7886889999\"/>\n                            <Email>WEBLINE@KIUSYS.COM</Email>\n                            <Document DocID=\"987899\" DocType=\"PP\"/>\n                            <TravelerRefNumber RPH=\"2\"/>\n                        </AirTraveler>\n                    </TravelerInfo>\n                    <SpecialReqDetails>\n                        <SpecialServiceRequest Number=\"1\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n                            <Airline Code=\"XX\"/>\n                            <Text/>\n                        </SpecialServiceRequest>\n                        <SpecialServiceRequest Number=\"2\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n                            <Airline Code=\"XX\"/>\n                            <Text/>\n                        </SpecialServiceRequest>\n                        <SeatRequests>\n                            <SeatRequest FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"1\" SeatNumber=\"11A\" Status=\"HK\"/>\n                            <SeatRequest FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"2\" SeatNumber=\"11B\" Status=\"HK\"/>\n                            <SeatRequest FlightRefNumberRPH=\"2\" TravelerRefNumberRPH=\"1\" SeatNumber=\"11E\" Status=\"HK\"/>\n                            <SeatRequest FlightRefNumberRPH=\"2\" TravelerRefNumberRPH=\"2\" SeatNumber=\"11F\" Status=\"HK\"/>\n                        </SeatRequests>\n                    </SpecialReqDetails>\n                    <Ticketing TicketingStatus=\"1\" TicketTimeLimit=\"2021-06-28T11:55:10.44\"/>\n                </Air>\n            </ReservationItems>\n        </ItineraryInfo>\n    </TravelItinerary>\n</KIU_ItineraryReadV2RS>"},{"id":"df05a1a5-e76d-445d-a9ec-b75c9fa228ba","name":"KIU_TravelItineraryReadV2RQ  - RETRIEVE - Reservation issued with Tickets and EMDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"   xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\n    EchoToken=\"GERTSTDOC\" TimeStamp =\"2021-06-28T11:56:51.0\" Target=\"Testing\" Version=\"3\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" Operation=\"retrieve\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\"/>\n            <BookingChannel Type=\"5\"/>\n        </Source>\n    </POS>\n    <UniqueID Type=\"14\">\n        <TPA_Extension>\n            <RecordLocator ID=\"OHYILT\"/>\n        </TPA_Extension>\n    </UniqueID>\n</KIU_TravelItineraryReadV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 28 Jun 2021 12:06:59 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1546"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_ItineraryReadV2RS EchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T12:06:59+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <TravelItinerary>\n        <ItineraryRef Type=\"14\" Code=\"OHYILT\" LastModificationDate=\"2021-06-28T12:06:45.57\"/>\n        <ItineraryInfo>\n            <ReservationItems>\n                <Air>\n                    <OriginDestinationOptions>\n                        <OriginDestinationOption RPH=\"1\">\n                            <FlightSegment DepartureDateTime=\" 20JUL 1100\" ArrivalDateTime=\" 1405\" ResBookDesigCode=\"B\" StopQuantity=\"\" SegmentRPH=\"1\" FlightNumber=\"163\" Status=\"HK\">\n                                <DepartureAirport LocationCode=\"SEZ\"/>\n                                <ArrivalAirport LocationCode=\"JNB\"/>\n                                <MarketingAirline>XX</MarketingAirline>\n                            </FlightSegment>\n                        </OriginDestinationOption>\n                        <OriginDestinationOption RPH=\"2\">\n                            <FlightSegment DepartureDateTime=\" 28JUL 1000\" ArrivalDateTime=\" 1655\" ResBookDesigCode=\"B\" StopQuantity=\"\" SegmentRPH=\"2\" FlightNumber=\"160\" Status=\"HK\">\n                                <DepartureAirport LocationCode=\"JNB\"/>\n                                <ArrivalAirport LocationCode=\"SEZ\"/>\n                                <MarketingAirline>XX</MarketingAirline>\n                            </FlightSegment>\n                        </OriginDestinationOption>\n                    </OriginDestinationOptions>\n                    <PricingInfo>\n                        <PriceItinerary>\n                            <PTC_Breakdown>\n                                <PassengerFare>\n                                    <BaseFare CurrencyCode=\"USD\" Amount=\"800.00\"/>\n                                    <EquivFare CurrencyCode=\"ARS\" Amount=\"80400.00\"/>\n                                    <Taxes>\n                                        <Tax TaxCode=\"O5\" CurrencyCode=\"ARS\" Amount=\"25205.40\"/>\n                                        <Tax TaxCode=\"Q1\" CurrencyCode=\"ARS\" Amount=\"29406.30\"/>\n                                        <Tax TaxCode=\"YQ\" CurrencyCode=\"ARS\" Amount=\"3618.00\"/>\n                                    </Taxes>\n                                    <TotalFare CurrencyCode=\"ARS\" Amount=\"138629.70\"/>\n                                    <FareConstruction>SEZ XX JNB 400.00 XX SEZ 400.00NUC800.00END ROE1.000000</FareConstruction>\n                                </PassengerFare>\n                            </PTC_Breakdown>\n                            <PassengerTypeQuantity Code=\"ADT\">1</PassengerTypeQuantity>\n                            <PTC_Breakdown>\n                                <PassengerFare>\n                                    <BaseFare CurrencyCode=\"USD\" Amount=\"800.00\"/>\n                                    <EquivFare CurrencyCode=\"ARS\" Amount=\"80400.00\"/>\n                                    <Taxes>\n                                        <Tax TaxCode=\"O5\" CurrencyCode=\"ARS\" Amount=\"25205.40\"/>\n                                        <Tax TaxCode=\"Q1\" CurrencyCode=\"ARS\" Amount=\"29406.30\"/>\n                                        <Tax TaxCode=\"YQ\" CurrencyCode=\"ARS\" Amount=\"3618.00\"/>\n                                    </Taxes>\n                                    <TotalFare CurrencyCode=\"ARS\" Amount=\"138629.70\"/>\n                                    <FareConstruction>SEZ XX JNB 400.00 XX SEZ 400.00NUC800.00END ROE1.000000</FareConstruction>\n                                </PassengerFare>\n                            </PTC_Breakdown>\n                            <PassengerTypeQuantity Code=\"CNN\">1</PassengerTypeQuantity>\n                            <Offer>\n                                <Priced ID=\"1\" PTC=\"ADT\" TravelerRefRPH=\"1\">\n                                    <Amount>\n                                        <BaseFare Currency=\"USD\">40.00</BaseFare>\n                                        <EquivalentPaid Currency=\"ARS\">4020.00</EquivalentPaid>\n                                        <BaseFare Currency=\"ARS\">6633.00</BaseFare>\n                                    </Amount>\n                                    <ServiceFamily Group=\"C\" Description=\"BAGGAGE\" Type=\"A\" PTC=\"ADT\" Quantity=\"1\">\n                                        <ItemOffer Code=\"0AA\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"1\">\n                                            <ItemPriced CurrencyCode=\"USD\">\n                                                <Amount>20.00</Amount>\n                                                <TPA_Extension>\n                                                    <BaggageInfo UnitOfMeasure=\"K\" CurrencyCode=\"\" RatePerUnit=\"0.00\">\n                                                        <ExcessBaggageTotalNbr>0</ExcessBaggageTotalNbr>\n                                                    </BaggageInfo>\n                                                </TPA_Extension>\n                                            </ItemPriced>\n                                            <IssueInfo>\n                                                <Exchangeble>false</Exchangeble>\n                                                <Refundable>false</Refundable>\n                                                <ConsumeAtIssuance>false</ConsumeAtIssuance>\n                                                <RequiredTicket>true</RequiredTicket>\n                                            </IssueInfo>\n                                        </ItemOffer>\n                                        <ItemOffer Code=\"0AA\" Description=\"PRE PAID BAGGAGE\" SegmentRPH=\"2\">\n                                            <ItemPriced CurrencyCode=\"USD\">\n                                                <Amount>20.00</Amount>\n                                                <TPA_Extension>\n                                                    <BaggageInfo UnitOfMeasure=\"K\" CurrencyCode=\"\" RatePerUnit=\"0.00\">\n                                                        <ExcessBaggageTotalNbr>0</ExcessBaggageTotalNbr>\n                                                    </BaggageInfo>\n                                                </TPA_Extension>\n                                            </ItemPriced>\n                                            <IssueInfo>\n                                                <Exchangeble>false</Exchangeble>\n                                                <Refundable>false</Refundable>\n                                                <ConsumeAtIssuance>false</ConsumeAtIssuance>\n                                                <RequiredTicket>true</RequiredTicket>\n                                            </IssueInfo>\n                                        </ItemOffer>\n                                    </ServiceFamily>\n                                </Priced>\n                            </Offer>\n                        </PriceItinerary>\n                    </PricingInfo>\n                    <TravelerInfo>\n                        <AirTraveler PassengerTypeCode=\"ADT\" BirthDate=\"\">\n                            <PersonName>\n                                <GivenName>ADULT</GivenName>\n                                <Surname>TEST</Surname>\n                            </PersonName>\n                            <Telephone PhoneNumber=\"7886889999\"/>\n                            <Email>WEBLINE@KIUSYS.COM</Email>\n                            <Document DocID=\"69087678\" DocType=\"PP\"/>\n                            <TravelerRefNumber RPH=\"1\"/>\n                        </AirTraveler>\n                        <AirTraveler PassengerTypeCode=\"CHD\" BirthDate=\"\">\n                            <PersonName>\n                                <GivenName>CHILD</GivenName>\n                                <Surname>TEST</Surname>\n                            </PersonName>\n                            <Telephone PhoneNumber=\"7886889999\"/>\n                            <Email>WEBLINE@KIUSYS.COM</Email>\n                            <Document DocID=\"987899\" DocType=\"PP\"/>\n                            <TravelerRefNumber RPH=\"2\"/>\n                        </AirTraveler>\n                    </TravelerInfo>\n                    <SpecialReqDetails>\n                        <SpecialServiceRequest Number=\"1\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n                            <Airline Code=\"XX\"/>\n                            <Text/>\n                        </SpecialServiceRequest>\n                        <SpecialServiceRequest Number=\"2\" ServiceQuantity=\"1\" Code=\"PDBG\" Status=\"HK\" TravelerRefNumberRPH=\"1\">\n                            <Airline Code=\"XX\"/>\n                            <Text/>\n                        </SpecialServiceRequest>\n                        <SeatRequests>\n                            <SeatRequest FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"1\" SeatNumber=\"11A\" Status=\"HK\"/>\n                            <SeatRequest FlightRefNumberRPH=\"1\" TravelerRefNumberRPH=\"2\" SeatNumber=\"11B\" Status=\"HK\"/>\n                            <SeatRequest FlightRefNumberRPH=\"2\" TravelerRefNumberRPH=\"1\" SeatNumber=\"11E\" Status=\"HK\"/>\n                            <SeatRequest FlightRefNumberRPH=\"2\" TravelerRefNumberRPH=\"2\" SeatNumber=\"11F\" Status=\"HK\"/>\n                        </SeatRequests>\n                    </SpecialReqDetails>\n                </Air>\n            </ReservationItems>\n            <TPA_Extension>\n                <Ticketing TicketStatus=\"OK\" TicketDocumentNbr=\"9990210036399\" TravelerRefRPH=\"1\"/>\n                <Ticketing TicketStatus=\"OK\" TicketDocumentNbr=\"9990210036400\" TravelerRefRPH=\"2\"/>\n            </TPA_Extension>\n            <EMD_INFO>\n                <Ticketing EMD_Type=\"EMDA\" DocumentNbr=\"9995570205062\" TravelerRefRPH=\"1\"/>\n            </EMD_INFO>\n        </ItineraryInfo>\n    </TravelItinerary>\n</KIU_ItineraryReadV2RS>"},{"id":"db516ce4-b1d7-4555-921a-da805514010b","name":"KIU_TravelItineraryReadV2RQ  - RETRIEVE - Ticket number","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadV2RQ\n    xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n    xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\nEchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T12:08:51Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\"  Operation=\"retrieve\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\" />\n            <BookingChannel Type=\"5\" />\n        </Source>\n    </POS>\n    <UniqueID Type=\"30\">\n        <TPA_Extension>\n           <Document ID=\"9990210036399\"/>\n        </TPA_Extension>\n    </UniqueID>\n</KIU_TravelItineraryReadV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 28 Jun 2021 12:10:49 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"3513"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_ItineraryReadV2RS EchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T12:10:49+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <TicketAdvisory>\n            <![CDATA[<html lang=\"pt\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"><title>Recibo de itiner&#225;rio - OHYILT</title><style type=\"text/css\">@media print {.back-color {background-color: #ffffff !important;-webkit-print-color-adjust: exact;} .container {background-color: #ffffff !important;-webkit-print-color-adjust: exact;}table {background-color: #ffffff;-webkit-print-color-adjust: exact;}}  .pnr-print-small{font-size:8px;}  .pnr-print-medium{font-size:12px;}  .pnr-print-big{font-size:14px;}</style></head><body style=\"background-color: #F8F9FA\"><div class=\"container\" style=\"background-color: #F8F9FA; margin: 0 auto; width: 100%; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; border: 0; font-size:12px; word-break: break-word; display: block;\"><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr align=\"center\" bgcolor=\"#ffffff\" style=\"border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 1px solid #E9ECEF; background-color: #FFFFFF\"><th colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" style=\"background-color: #FFFFFF\"><head><img src=\"https://cdn.kiusys.net/stage/res_receipt/xx/logotest_16225665751523943.png\" alt=\"Logo\" border=\"0\" width=\"400px\" height=\"auto\"></th></tr></thead><tbody><tr bgcolor=\"#ffffff\" style=\"color: #495057; border-left: 1px solid #E9ECEF; border-top: 1px solid #E9ECEF; border-right: 1px solid #E9ECEF; border-bottom: 0px; background-color: #FFFFFF\"><td colspan=\"2\" valign=\"center\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-weight: 400; border: 0; padding: 16px; text-align: center; text-transform: uppercase; font-size: 13px; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>BILHETE ELETR&#212;NICO </b></span><span style=\"color: #495057; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">*ORIGINAL*</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0px\" cellpadding=\"12px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0\"><thead><tr bgcolor=\"#DFE3EA\" padding=\"16px\" style=\"background-color: #DFE3EA\"><th valign=\"center\" colspan=\"2\" align=\"left\" padding=\"16px\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #A7B3C5; background-color: #DFE3EA; padding: 16px\"><span style=\"color: #002157; font-weight: 400; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">INFORMA&#199;&#195;O DO N&#218;MERO DO SEU BILHETE </span><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>9990210036399</b></span></th></tr></thead><tbody><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Por favor leia esse documento cuidadosamente</b></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome do passageiro</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>ADULT TEST</b></span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>VAT</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">   </span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Cidade e data de emiss&#227;o</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BUENOS AIRES, 28/06/2021</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Documento de identifica&#231;&#227;o</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" padding=\"6px\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">PP69087678</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo de Passageiro</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">Adulto</span></td></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #495057; text-align: left; background-color: #DFE3EA\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>C&#243;digo de reserva</b></span></td><td valign=\"top\" align=\"left\" width=\"50%\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">OHYILT</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agente Emissor</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Agencia/Office ID</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">CAPACITACION XX</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endere&#231;o</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">SAN MARTIN 320, PISO 4 </span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Telefone</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0054 11 4878 2222  - ANALISISKIBE@KIUSYS.COM</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Usu&#225;rio</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">KIUHELPGN</span></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: auto; border-collapse: collapse; font-size:12px; word-break: break-word; font-weight: 400; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"text-align: left; color: #002157; border-bottom: 1px solid #F8F9FA;background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 13px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Linha A&#233;rea</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Nome</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">XX KIU AIRLINES</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endere&#231;o</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> </span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>NIT</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">20342868844</span></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Detalhes do pagamento</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Conceito</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tarifa</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">USD 800.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Moeda Equivalente</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 80400.00</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Impostos e taxas (2)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 58229.70</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>C&#243;digo de Turismo</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"> </span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor total</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 138629.70</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Taxas (3)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">  </span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Valor total pago</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS 138629.70</span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Forma de pagamento</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"center\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Tipo</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: right; border-bottom: 1px solid #F8F9FA;background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Detalhe</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>&#192; VISTA</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">  </span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(1)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS - ARGENTINE PESO<BR>USD - US DOLLAR<BR></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #F5F9FD\"><td valign=\"center\" align=\"left\" bgcolor=\"#F5F9FD\" style=\"color: #002157; text-align: left; background-color: #F5F9FD\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(2)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#F5F9FD\" style=\"color: #495057; text-align: right; background-color: #F5F9FD\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ARS    25205.40O5   29406.30Q1   3618.00YQ</span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>(3)</b></span></td><td valign=\"center\" align=\"right\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: right; background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">  </span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itiner&#225;rio</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>XX163</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Origem</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MAHE ISLAND</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Destino</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">JOHANNESBURG</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da Partida - Horario</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TUE 20-JUL-2021 11:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da chegada - hora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">TUE 20-JUL-2021 14:05</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Base tarif&#225;ria</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOW</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagem Despachada</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0 PE&#199;AS</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Status</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ABERTO PARA SER UTILIZADO</span></tr></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th colspan=\"2\" bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#DFE3EA\" style=\"background-color: #DFE3EA\"><th valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#DFE3EA\" style=\"color: #002157; text-align: left; background-color: #DFE3EA\"><span style=\"color: #002157;font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Itiner&#225;rio</b></span></th></tr></thead><tbody><tr bgcolor=\"#F2F4F7\" style=\"background-color: #ECEEF2\"><td valign=\"top\" colspan=\"2\" align=\"left\" bgcolor=\"#ECEEF2\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA; background-color: #ECEEF2\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>XX160</b></span></td></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Origem</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">JOHANNESBURG</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Destino</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">MAHE ISLAND</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da Partida - Horario</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">WED 28-JUL-2021 10:00</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Data da chegada - hora</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">WED 28-JUL-2021 16:55</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Base tarif&#225;ria</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">BOW</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Bagagem Despachada</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">0 PE&#199;AS</span></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left; background-color: #FFFFFF\" class=\"back-color\"><span style=\"color: #495057; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Status</b></span></td><td valign=\"top\" width=\"50%\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; text-transform: Capitalize;background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">ABERTO PARA SER UTILIZADO</span></tr></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Observa&#231;&#245;es</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-medium\">EN FACTURACION, DEBERA PRESENTAR UN DOCUMENTO DE IDENTIDAD CON FOTOGRAFIA Y EL DOCUMENTO USADO COMO REFERENCIA<br></p><p class=\"pnr-print-medium\">EL CONTRATO DE TRANSPORTE ESTA IGUALMENTE SUJETO A LAS CONDICIONES DE TRANSPORTE, DE BILLETES Y DE RESERVA QUE PODRA<br></p><p class=\"pnr-print-medium\">SOLICITAR EN CUALQUIER OFICINA DE PLUS ULTRA LINEAS AEREAS O CONSULTAR EN NUESTRA PAGINA WEB OFICIAL WWW.TESTTEST.COM<br></p><p class=\"pnr-print-small\"><B>FOR CHECK IN AT THE AIRPORT YOU MUST PRESENT A VALID ID:</B><BR><a href=\" HTTPS://WWW.KIUSYS.COM.AR \">CONDICIONES DE LA COMPRA</a></p><p class=\"pnr-print-medium\"><br></p></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" colspan=\"2\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Endosso</b></span></th><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">NON END / REF  CONDITIONS AND PENALTY APPLY</span></th></tr></thead></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th valign=\"center\" align=\"left\" bgcolor=\"#F8F9FA\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #F8F9FA\"><span style=\"color: #002157; font-weight: 600; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><b>Informa&#231;&#227;o geral</b></span></th></tr></thead><tbody><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><td valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #495057; text-align: left;background-color: #FFFFFF\"><span style=\"color: #495057; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\"><p class=\"pnr-print-small\"></p><p class=\"pnr-print-medium\">CONSULTE LAS DISPOSICIONES JURIDICAS RELATIVAS A SU BILLETE EN LOS SIGUIENTES LINKS:<br></p><p class=\"pnr-print-small\">WWW.PLUSULTRA.COM/CONDICIONES-DEL-BILLETE</p><p class=\"pnr-print-medium\"><br></p><p class=\"pnr-print-medium\">PUEDE CONSULTAR NUESTRA POLITICA DE EQUIPAJES EN LOS SIGUIENTES LINKS:<br></p><p class=\"pnr-print-small\">WWW.PLUSULTRA.COM/EQUIPAJE/FRANQUICIA-DE-EQUIPAJE<BR></p><p class=\"pnr-print-medium\"><br></p><p class=\"pnr-print-medium\"><B><a href=\"https://fitsair.com/terms-and-conditions-of-carriage/</a></B><br></p><p class=\"pnr-print-medium\"><a href=\"HTTPS://WWW.KIUSYS.COM/DOCS/HOST/\">POR FAVOR SIGA ESTE LINK:</a><br></p><p class=\"pnr-print-medium\"><a href=\"HTTPS://WWW.LATAM.COM/ES_AR/INFORMACION-PARA-TU-VIAJE/EQUIPAJE/EQUIPAJE-DE-MANO/\">CLICK AQUI PARA MAS INFORMACION SOBRE EQUIPAJE DE MANO:</a><br></p><p class=\"pnr-print-small\"><a href=\"HTTPS://WWW.DAFONT.COM/ES/\">FUENTES:</a></p><p class=\"pnr-print-medium\"><br></span></td></tr></tbody></table><table width=\"672\" border=\"0\" cellspacing=\"0\" cellpadding=\"16px\" bgcolor=\"#ffffff\" align=\"center\" style=\"font-family:Verdana, Arial, Geneva, Tahoma, sans-serif; table-layout: fixed; border-collapse: collapse; font-size:12px; word-break: break-word; margin: 0 auto; border: 0;\"><thead><tr bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"><th bgcolor=\"#F8F9FA\" style=\"background-color: #F8F9FA\"></th></tr><tr bgcolor=\"#FFFFFF\" style=\"background-color: #FFFFFF\"><th valign=\"center\" align=\"left\" bgcolor=\"#FFFFFF\" style=\"color: #002157; text-align: left; border-bottom: 1px solid #F8F9FA background-color: #FFFFFF\"><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">IMPRESSO POR AGENTE </span><span style=\"color: #002157; font-weight: 400; font-size: 12px; font-family:Verdana, Arial, Geneva, Tahoma, sans-serif;\">AEP00XXSM/JUN 28 2021  9:10</span></th></tr></thead></table></div></body></html>]]>\n</TicketAdvisory>\n</ItineraryInfo>\n</KIU_ItineraryReadV2RS>"},{"id":"076d71e9-4386-4a16-b249-6bb041b4a8a4","name":"KIU_TravelItineraryReadV2RQ - RETRIEVE - EMD number","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadV2RQ\n    xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"\n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n    xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\nEchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T12:08:51Z\" Target=\"Testing\" Version=\"1\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\"  Operation=\"retrieve\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\" />\n            <BookingChannel Type=\"5\" />\n        </Source>\n    </POS>\n    <UniqueID Type=\"44\">\n        <TPA_Extension>\n           <Document ID=\"9995570205062\"/>\n        </TPA_Extension>\n    </UniqueID>\n</KIU_TravelItineraryReadV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 28 Jun 2021 12:12:06 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"1211"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_ItineraryReadV2RS EchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T12:12:06+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <TicketAdvisory>\n            <![CDATA[<HTML><HEAD><STYLE>.pnr-print-small {font-size: 8px;}.pnr-print-medium {font-size: 12px;}.pnr-print-big {font-size: 14px;}</STYLE></HEAD><BODY><PRE class=\"pnr-print-medium\"> EMD - ELECTRONIC MISCELLANEOUS DOCUMENT <B> * ORIGINAL  *</B><br><IMG SRC=\"cid:imagen_1280\" ID_LOGO=\"1280\" ><br><br><br>     PAX NAME / GROUP NAME:  <B>TEST/ADULT          </B></B><br><br>                                              EMD NUMBER:  <B>9995570205062</B><br><B>CAPACITACION XX               </B>               EMD TYPE  :  A (ASSOCIATED)<br> SAN MARTIN 320, PISO 4        <br> CAPITAL FEDERAL, ARGENTINA         DATE OF ISSUE: 28 JUN 2021<br> PHONE: 0054 11 4878 2222             ISSUE AGENT: KIUHELPGN<br> OFFICE ID: AR-08411-0                       FOID: PP69087678          <br><br><br>ISSUING AIRLINE             : XX<br>ADDRESS                     : ALEM 1110<br>NIT                         : NNNNN                         <br><br><br>BOOKING REF.: <br><br>C1/<B>OHYILT</B><br><br>REASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE<br><br><br>REASON FOR ISSUANCE CODE (RFIC): C - BAGGAGE<br><br> CPN 1   PRE PAID BAGGAGE(0AA)         DATE OF SERVICE: 20JUL21     OPEN FOR USE<br>  PRESENT TO-LINEAS AEREAS XX<br>  PRESENT AT-SEZ MAHE ISLAND<br> CPN 2   PRE PAID BAGGAGE(0AA)         DATE OF SERVICE: 28JUL21     OPEN FOR USE<br>  PRESENT TO-LINEAS AEREAS XX<br>  PRESENT AT-JNB JOHANNESBURG<br><br></PRE><PRE class=\"pnr-print-medium\">AL MOMENTO DE REALIZAR SU CHECK-IN, DEBERA PRESENTAR SU DOCUMENTO DE IDENTIFICACION CON FOTOGRAFIA.<br></PRE><PRE class=\"pnr-print-medium\"><br><br>ENDORSEMENTS      : NON END/NON REF<br>TOUR CODE         : <br>REMARK            : <br><br>FORM OF PAYMENT:      6633.00  CASH<br><br><br>AMOUNT/CHARGE/FEE : USD       40.00<br>EQUIV. AMOUNT     : ARS     4020.00<br>TAX               : ARS     1206.00O5     1407.00Q1<br>TOTAL             : <B>ARS     6633.00</B><br><br><br></PRE><PRE class=\"pnr-print-small\">FAQ<br>CONDITIONS MAY APPLY. THESE TERMS AND CONDITIONS MAY BE PROVIDED SEPARATELY OR MAY BE OBTAINED FROM THE ISSUING COMPANY OR AGENT.<br>(ESTO ES ENTRE PARENTESIS)<br>ESTO ES AND &<br>ESTO ES BARRA BARRA //<br>ESTO ES DIVISION %<br>WEB DE KIU<br><br><br><br><br><br><br><br><br><br><br><br><br>PRINTED BY AGENT AEP00XXSM/JUN 28 2021  9:12</PRE></BODY></HTML>]]>\n</TicketAdvisory>\n</ItineraryInfo>\n</KIU_ItineraryReadV2RS>"},{"id":"0f4a8b1e-b612-4837-815f-d1e4922b88db","name":"KIU_TravelItineraryReadV2RQ - EMAIL - Send tickets to different email addresses.","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_TravelItineraryReadV2RQ xmlns:ns=\"http://www.opentravel.org/OTA/2003/05/common\" xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\" xmlns:sch=\"http://purl.oclc.org/dsdl/schematron\"\n    xmlns=\"http://www.opentravel.org/OTA/2003/05\"  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"   xsi:schemaLocation=\"http://www.opentravel.org/OTA/2003/05\"\n    EchoToken=\"GERTSTDOC\" TimeStamp =\"2021-06-28T12:51:50Z\" Target=\"Testing\" Version=\"3\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" Operation=\"email\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n            <RequestorID Type=\"1\"/>\n            <BookingChannel Type=\"5\"/>\n        </Source>\n    </POS>\n    <TPA_Extension>\n        <VerificationList>\n            <SendList email=\"GNIZETICH@KIUSYS.COM\">\n                <Document Type=\"30\">9990210036399</Document>\n            </SendList>\n            <SendList email=\"WEBLINE@KIUSYS.COM\">\n                <Document Type=\"30\">9990210036400</Document>\n            </SendList>\n        </VerificationList>\n    </TPA_Extension>\n</KIU_TravelItineraryReadV2RQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 28 Jun 2021 12:53:06 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"228"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_ItineraryReadV2RS EchoToken=\"GERTSTDOC\" TimeStamp=\"2021-06-28T12:53:06+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <ItineraryInfo>\n        <TicketAdvisory>Processed</TicketAdvisory>\n    </ItineraryInfo>\n</KIU_ItineraryReadV2RS>"}],"_postman_id":"7c7095a3-985a-4079-9494-108c49830d0e"},{"name":"KIU_SeatAvailavilityRQ","id":"b9666bd2-dbd7-440d-a8b4-64d214572f87","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRQ EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:13:19Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" PriceInd=\"true\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n\t\t\t<RequestorID Type=\"1\"/>\n\t\t\t<BookingChannel Type=\"5\"/>\n\t\t</Source>\n\t</POS>\n\t<Query>\n\t\t<BookingReference>\n\t\t\t<ID>QFUULN</ID>\n\t\t\t<AirlineID>YQ</AirlineID>\n\t\t</BookingReference>\n\t</Query>\n\t<DataLists>\n\t\t<FlightSegmentList>\n\t\t\t<FlightSegment SegmentKey=\"SEG1\" SegmentRPH=\"1\">\n\t\t\t\t<Departure>\n\t\t\t\t\t<AirportCode>SEZ</AirportCode>\n\t\t\t\t\t<Date>2021-07-10</Date>\n\t\t\t\t\t<Time>11:00</Time>\n\t\t\t\t</Departure>\n\t\t\t\t<Arrival>\n\t\t\t\t\t<AirportCode>JNB</AirportCode>\n\t\t\t\t\t<Date>2021-07-10</Date>\n\t\t\t\t\t<Time>14:05</Time>\n\t\t\t\t</Arrival>\n\t\t\t\t<MarketingCarrier>\n\t\t\t\t\t<AirlineID>XX</AirlineID>\n\t\t\t\t\t<FlightNumber>163</FlightNumber>\n\t\t\t\t\t<ResBookDesigCode>B</ResBookDesigCode>\n\t\t\t\t</MarketingCarrier>\n\t\t\t</FlightSegment>\n\t\t</FlightSegmentList>\n\t</DataLists>\n</KIU_SeatAvailabilityRQ>\n","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows user to retrieve the seatmap by segment of a record_locator by specific cabin or the complet seat map.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_SeatAvailabilityRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"d187919e-3012-4430-93fb-3ebbf4b71fc3","name":"KIU_SeatAvailavilityRQ  - Success - by segment selection and booking class.","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRQ EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:13:19Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" PriceInd=\"true\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\">\n\t\t\t<RequestorID Type=\"1\"/>\n\t\t\t<BookingChannel Type=\"5\"/>\n\t\t</Source>\n\t</POS>\n\t<Query>\n\t\t<BookingReference>\n\t\t\t<ID>QFUULN</ID>\n\t\t\t<AirlineID>YQ</AirlineID>\n\t\t</BookingReference>\n\t</Query>\n\t<DataLists>\n\t\t<FlightSegmentList>\n\t\t\t<FlightSegment SegmentKey=\"SEG1\" SegmentRPH=\"1\">\n\t\t\t\t<Departure>\n\t\t\t\t\t<AirportCode>SEZ</AirportCode>\n\t\t\t\t\t<Date>2021-07-10</Date>\n\t\t\t\t\t<Time>11:00</Time>\n\t\t\t\t</Departure>\n\t\t\t\t<Arrival>\n\t\t\t\t\t<AirportCode>JNB</AirportCode>\n\t\t\t\t\t<Date>2021-07-10</Date>\n\t\t\t\t\t<Time>14:05</Time>\n\t\t\t\t</Arrival>\n\t\t\t\t<MarketingCarrier>\n\t\t\t\t\t<AirlineID>XX</AirlineID>\n\t\t\t\t\t<FlightNumber>163</FlightNumber>\n\t\t\t\t\t<ResBookDesigCode>B</ResBookDesigCode>\n\t\t\t\t</MarketingCarrier>\n\t\t\t</FlightSegment>\n\t\t</FlightSegmentList>\n\t</DataLists>\n</KIU_SeatAvailabilityRQ>\n","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 30 Jun 2021 18:18:28 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"2528"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRS EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:18:28+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Flights>\n        <FlightReference OffPoint=\"SEZ\" OnPoint=\"JNB\" SegmentRPHRef=\"1\"/>\n        <Cabin CabinRPH=\"1\">\n            <Code>Y</Code>\n            <Definition>ECONOMY</Definition>\n            <CabinLayout>\n                <WingPosition>\n                    <Row>\n                        <First>8</First>\n                        <Last>14</Last>\n                    </Row>\n                </WingPosition>\n                <ExitRowPosition>\n                    <Row>\n                        <First>10</First>\n                        <Last>10</Last>\n                    </Row>\n                </ExitRowPosition>\n            </CabinLayout>\n            <SeatDisplay>\n                <Columns Position=\"W\">A</Columns>\n                <Columns Position=\"9\">B</Columns>\n                <Columns Position=\"A\">C</Columns>\n                <Columns Position=\"A\">D</Columns>\n                <Columns Position=\"9\">E</Columns>\n                <Columns Position=\"W\">F</Columns>\n                <Rows>\n                    <First>6</First>\n                    <Last>30</Last>\n                </Rows>\n            </SeatDisplay>\n        </Cabin>\n    </Flights>\n    <DataLists>\n        <FlightSegmentList>\n            <FlightSegment FlightRPH=\"1\">\n                <Departure>\n                    <AirportCode>SEZ</AirportCode>\n                    <Date>2021-07-10</Date>\n                    <Time>0000</Time>\n                </Departure>\n                <Arrival>\n                    <AirportCode>JNB</AirportCode>\n                </Arrival>\n                <MarketingCarrier>\n                    <AirlineID>XX</AirlineID>\n                    <FlightNumber>163</FlightNumber>\n                    <ResBookDesigCode>B</ResBookDesigCode>\n                </MarketingCarrier>\n            </FlightSegment>\n        </FlightSegmentList>\n        <SeatLists>\n            <Seats ListKey=\"1\" CabinRefs=\"1\">\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>PQ</Code>\n                            <Description>ARS 1511.25</Description>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n            </Seats>\n        </SeatLists>\n    </DataLists>\n</KIU_SeatAvailabilityRS>"},{"id":"e6faf2e8-3f0a-4a49-86ad-fd1c65353416","name":"KIU_SeatAvailavilityRQ - Success - By flight.","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRQ EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:13:19Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" PriceInd=\"true\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\"/>\n\t</POS>\n\t<Query>\n\t\t<BookingReference>\n\t\t\t<ID>QFUULN</ID>\n\t\t\t<AirlineID>XX</AirlineID>\n\t\t</BookingReference>\n\t</Query>\n\t<DataLists>\n\t\t<FlightList>\n\t\t\t<Flight>\n\t\t\t\t<SegmentReferences OffPoint=\"SEZ\" OnPoint=\"JNB\" FltNbr=\"163\">\n\t\t\t\t\t<Date>2021-07-10</Date>\n\t\t\t\t</SegmentReferences>\n\t\t\t</Flight>\n\t\t</FlightList>\n\t</DataLists>\n</KIU_SeatAvailabilityRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 30 Jun 2021 18:21:13 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"2720"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRS EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:21:13+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <Flights>\n        <FlightReference OffPoint=\"SEZ\" OnPoint=\"JNB\" SegmentRPHRef=\"1\"/>\n        <Cabin CabinRPH=\"1\">\n            <Code>C</Code>\n            <Definition>BUSINESS</Definition>\n            <CabinLayout>\n                <WingPosition>\n                    <Row>\n                        <First/>\n                        <Last/>\n                    </Row>\n                </WingPosition>\n                <ExitRowPosition>\n                    <Row>\n                        <First>0</First>\n                        <Last>0</Last>\n                    </Row>\n                </ExitRowPosition>\n            </CabinLayout>\n            <SeatDisplay>\n                <Columns Position=\"W\">A</Columns>\n                <Columns Position=\"A\">C</Columns>\n                <Columns Position=\"A\">D</Columns>\n                <Columns Position=\"W\">F</Columns>\n                <Rows>\n                    <First>1</First>\n                    <Last>5</Last>\n                </Rows>\n            </SeatDisplay>\n        </Cabin>\n        <Cabin CabinRPH=\"2\">\n            <Code>Y</Code>\n            <Definition>ECONOMY</Definition>\n            <CabinLayout>\n                <WingPosition>\n                    <Row>\n                        <First>8</First>\n                        <Last>14</Last>\n                    </Row>\n                </WingPosition>\n                <ExitRowPosition>\n                    <Row>\n                        <First>10</First>\n                        <Last>10</Last>\n                    </Row>\n                </ExitRowPosition>\n            </CabinLayout>\n            <SeatDisplay>\n                <Columns Position=\"W\">A</Columns>\n                <Columns Position=\"9\">B</Columns>\n                <Columns Position=\"A\">C</Columns>\n                <Columns Position=\"A\">D</Columns>\n                <Columns Position=\"9\">E</Columns>\n                <Columns Position=\"W\">F</Columns>\n                <Rows>\n                    <First>6</First>\n                    <Last>30</Last>\n                </Rows>\n            </SeatDisplay>\n        </Cabin>\n    </Flights>\n    <DataLists>\n        <FlightSegmentList>\n            <FlightSegment FlightRPH=\"1\">\n                <Departure>\n                    <AirportCode>SEZ</AirportCode>\n                    <Date>2021-07-10</Date>\n                    <Time>0000</Time>\n                </Departure>\n                <Arrival>\n                    <AirportCode>JNB</AirportCode>\n                </Arrival>\n                <MarketingCarrier>\n                    <AirlineID>XX</AirlineID>\n                    <FlightNumber>163</FlightNumber>\n                    <ResBookDesigCode/>\n                </MarketingCarrier>\n            </FlightSegment>\n        </FlightSegmentList>\n        <SeatLists>\n            <Seats ListKey=\"1\" CabinRefs=\"1\">\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>1</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>1</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>1</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>1</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>2</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>2</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>2</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>2</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>3</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>3</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>3</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>3</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>4</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>4</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>4</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>4</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>5</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>5</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>5</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>5</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n            </Seats>\n        </SeatLists>\n        <SeatLists>\n            <Seats ListKey=\"2\" CabinRefs=\"2\">\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>10</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>11</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>12</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>13</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>14</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>15</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>16</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>17</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>18</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>19</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>20</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>21</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>22</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>23</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>24</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>25</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>26</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>27</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>28</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>29</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>30</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>6</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>CH</Code>\n                            <Description>CHARGEABLE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code>L</Code>\n                            <Description>LEG SPACE SEAT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>7</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>8</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>A</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>B</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>C</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>D</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>E</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n                <Location>\n                    <Column>F</Column>\n                    <Row>\n                        <Number>9</Number>\n                    </Row>\n                    <Status>F</Status>\n                    <SSRCode>STPR</SSRCode>\n                    <SSRCommercialName>PREMIUM SEAT</SSRCommercialName>\n                    <Characteristics>\n                        <Characteristic>\n                            <Code>I</Code>\n                            <Description>ALLOW INFANT</Description>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                        <Characteristic>\n                            <Code/>\n                            <Description/>\n                        </Characteristic>\n                    </Characteristics>\n                </Location>\n            </Seats>\n        </SeatLists>\n    </DataLists>\n</KIU_SeatAvailabilityRS>"},{"id":"60313c0c-76da-4eb1-853c-fa1afbc86117","name":"KIU_SeatAvailavilityRQ - Error - Invalid flight","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRQ EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:13:19Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en-US\" PriceInd=\"true\">\n\t<POS>\n\t\t<Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" ISOCurrency=\"ARS\"/>\n\t</POS>\n\t<Query>\n\t\t<BookingReference>\n\t\t\t<ID>QFUULN</ID>\n\t\t\t<AirlineID>XX</AirlineID>\n\t\t</BookingReference>\n\t</Query>\n\t<DataLists>\n\t\t<FlightList>\n\t\t\t<Flight>\n\t\t\t\t<SegmentReferences OffPoint=\"SEZ\" OnPoint=\"JNB\" FltNbr=\"160\">\n\t\t\t\t\t<Date>2021-07-10</Date>\n\t\t\t\t</SegmentReferences>\n\t\t\t</Flight>\n\t\t</FlightList>\n\t</DataLists>\n</KIU_SeatAvailabilityRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 30 Jun 2021 18:22:11 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_SeatAvailabilityRS EchoToken=\"GETTSTDOCS\" TimeStamp=\"2021-06-30T18:22:11+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>1006</ErrorCode>\n        <ErrorMsg>INVALID FLIGHT</ErrorMsg>\n    </Error>\n</KIU_SeatAvailabilityRS>"}],"_postman_id":"b9666bd2-dbd7-440d-a8b4-64d214572f87"},{"name":"KIU_AirRulesRQ","id":"fe28a1a1-bda7-4dba-a05d-7f9cf98bc5dd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirRulesRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T11:00:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n    </POS>\n    <RuleReqInfo FareNumber=\"552828\">\n        <FareReference>LOW</FareReference>\n        <MarketingAirline Code=\"XX\" />\n        <DepartureAirport LocationCode=\"SEZ\" />\n        <ArrivalAirport LocationCode=\"JNB\" />\n        <DepartureDate>2021-07-13</DepartureDate>\n    </RuleReqInfo>\n</KIU_AirRulesRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php","description":"<h2 id=\"functionality\">Functionality</h2>\n<p>This method allows users to obtain the fare rules of a certain fare. Usually it is used from the response of KIU_AirPrice or KIU_AirShopping based in the base id number and the fare basis code.</p>\n<hr />\n<p><a href=\"https://xmlns-stage-new.kiusys.com/schemas/KIU_AirRulesRQ.xsd\">Request Schema reference</a></p>\n","urlObject":{"protocol":"https","path":["ws3","index.php"],"host":["ssl00","kiusys","com"],"query":[],"variable":[]}},"response":[{"id":"3acad18e-720c-459c-a581-20cb9ede4e79","name":"KIU_AirRulesRQ - Success - Fare Rules","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirRulesRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T11:00:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n    </POS>\n    <RuleReqInfo FareNumber=\"552828\">\n        <FareReference>LOW</FareReference>\n        <MarketingAirline Code=\"XX\" />\n        <DepartureAirport LocationCode=\"SEZ\" />\n        <ArrivalAirport LocationCode=\"JNB\" />\n        <DepartureDate>2021-07-13</DepartureDate>\n    </RuleReqInfo>\n</KIU_AirRulesRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:58:45 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"478"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirRulesRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:58:45+00:00\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Success/>\n    <FareRuleResponseInfo>\n        <FareRuleInfo FareNumber=\"552828\">\n            <DepartureAirport LocationCode=\"SEZ\"/>\n            <ArrivalAirport LocationCode=\"JNB\"/>\n            <DepartureDate>2021-07-13</DepartureDate>\n            <MarketingAirline Code=\"XX\"/>\n            <FareReference>LOW</FareReference>\n            <RuleInfo>\n                <ResTicketingRules>\n                    <AdvResTicketing FirstTicketDate=\"2020-06-03\" LastTicketDate=\"OPEN\"/>\n                </ResTicketingRules>\n            </RuleInfo>\n        </FareRuleInfo>\n        <FareRules>\n            <SubSection SubTitle=\"ELIGIBILITY\" Code=\"EL\">\n                <Paragraph>\n                    <Text>ELIGIBILITY DISCOUNTSDC PAYS  50.00 %\nF1 PAYS  60.00 %\nF2 PAYS  65.00 %\nWW PAYS  25.00 %</Text>\n                </Paragraph>\n            </SubSection>\n        </FareRules>\n    </FareRuleResponseInfo>\n</KIU_AirRulesRS>"},{"id":"2cfc8e45-0fbe-43cb-8d16-bc1b13c7cb00","name":"KIU_AirRulesRQ - Error - NO fare for the origin-destination","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"{{user}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"},{"key":"request","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirRulesRQ EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T11:00:00Z\" Target=\"Testing\" Version=\"3.0\" SequenceNmbr=\"1\" PrimaryLangID=\"en\">\n    <POS>\n        <Source AgentSine=\"AEP00XXSM\" TerminalID=\"AEP00XX817\" ISOCountry=\"AR\" />\n    </POS>\n    <RuleReqInfo FareNumber=\"552828\">\n        <FareReference>LOW</FareReference>\n        <MarketingAirline Code=\"XX\" />\n        <DepartureAirport LocationCode=\"AEP\" />\n        <ArrivalAirport LocationCode=\"COR\" />\n        <DepartureDate>2021-07-13</DepartureDate>\n    </RuleReqInfo>\n</KIU_AirRulesRQ>","type":"text"}]},"url":"https://ssl00.kiusys.com/ws3/index.php"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Mon, 12 Jul 2021 10:59:19 GMT"},{"key":"Content-Type","value":"text/xml;charset=UTF-8"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<KIU_AirRulesRS EchoToken=\"GERTESTDOCS\" TimeStamp=\"2021-07-12T10:59:19+00:00\" Target=\"1\" Version=\"3.0\" SequenceNmbr=\"1\">\n    <Error>\n        <ErrorCode>12014</ErrorCode>\n        <ErrorMsg>The requested fare does not exist or is not active.</ErrorMsg>\n    </Error>\n</KIU_AirRulesRS>"}],"_postman_id":"fe28a1a1-bda7-4dba-a05d-7f9cf98bc5dd"}]}