Операция создания заказа.
<ns:Method>
<ns:Cash CashInd="true"/>
</ns:Method>
<ns:Method>
<ns:PaymentCard>
<ns:CardCode>VI</ns:CardCode>
<ns:CardNumber>4111111111111111</ns:CardNumber>
<ns:EffectiveExpireDate>
<ns:Expiration>2020-10</ns:Expiration>
</ns:EffectiveExpireDate>
</ns:PaymentCard>
</ns:Method>
<ns:Method>
<ns:Check/>
</ns:Method>
<ns:Method>
<ns:Voucher>
<ns:Number>XYZ123</ns:Number>
</ns:Voucher>
</ns:Method>
Виза указывается в отдельном блоке IdentityDocument. Данный блок содержит следующий набор элементов: IdentityDocumentNumber, IdentityDocumentType, IssuingCountryCode, IssueDate - дата выдачи, Birthplace - место рождения владельца, Visa.VisaNumber - номер визы, Visa.VisaHostCountryCode - код страны ISO, где виза действительна. Ниже представлен пример заполнения визы.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avi="http://nemo.travel/AviaNDC" xmlns:ns="http://www.iata.org/IATA/EDIST/2017.2">
<soapenv:Header>
<avi:UserID> *** </avi:UserID>
<avi:Requisites>
<avi:Login> *** </avi:Login>
<avi:Password> *** </avi:Password>
<avi:UserContextId> *** </avi:UserContextId>
</avi:Requisites>
</soapenv:Header>
<soapenv:Body>
<ns:OrderCreateRQ Version="17.2">
<ns:Document>
<ns:Name>NEMO NDC GATEWAY</ns:Name>
<ns:ReferenceVersion>1.0</ns:ReferenceVersion>
</ns:Document>
<ns:Party>
<ns:Sender>
<ns:TravelAgencySender>
<ns:Contacts>
<ns:Contact>
<ns:EmailContact>
<ns:Address>email@agency.com</ns:Address>
</ns:EmailContact>
<ns:PhoneContact>
<ns:Number CountryCode="7" AreaCode="927">000722</ns:Number>
</ns:PhoneContact>
</ns:Contact>
</ns:Contacts>
<ns:AgencyID> *** </ns:AgencyID>
</ns:TravelAgencySender>
</ns:Sender>
</ns:Party>
<ns:Query>
<ns:Order>
<ns:Offer OfferID="OFR143975167020000" ResponseID="143975167" Owner="1A">
<ns:OfferItem OfferItemID="OFI143975167020000P0">
<ns:PassengerRefs>PAX1</ns:PassengerRefs>
<ns:ServiceSelection ServiceID="SVC1">
<ns:ServiceDefinitionID>SVD1</ns:ServiceDefinitionID>
</ns:ServiceSelection>
<ns:ServiceSelection ServiceID="SVC2">
<ns:ServiceDefinitionID>SVD2</ns:ServiceDefinitionID>
</ns:ServiceSelection>
</ns:OfferItem>
<ns:OfferItem OfferItemID="OFI143975167020000P0">
<ns:PassengerRefs>PAX1 PAX2 PAX3</ns:PassengerRefs>
</ns:OfferItem>
</ns:Offer>
</ns:Order>
<ns:Payments>
<ns:Payment>
<ns:Type>CA</ns:Type>
<ns:Method>
<ns:Cash CashInd="true"/>
</ns:Method>
<ns:Amount Code="KZT" Taxable="false">75267</ns:Amount>
</ns:Payment>
</ns:Payments>
<ns:Commission>
<ns:Percentage>1</ns:Percentage>
</ns:Commission>
<ns:DataLists>
<ns:PassengerList>
<ns:Passenger PassengerID="PAX1">
<ns:PTC>ADT</ns:PTC>
<ns:CitizenshipCountryCode>RU</ns:CitizenshipCountryCode>
<ns:Individual>
<ns:Birthdate>1980-01-01</ns:Birthdate>
<ns:Gender>Male</ns:Gender>
<ns:GivenName>Semen</ns:GivenName>
<ns:MiddleName>Petrovich</ns:MiddleName>
<ns:Surname>Lvov</ns:Surname>
</ns:Individual>
<ns:LoyaltyProgramAccount>
<ns:Airline>
<ns:AirlineDesignator>KC</ns:AirlineDesignator>
</ns:Airline>
<ns:AccountNumber>ABC123400</ns:AccountNumber>
</ns:LoyaltyProgramAccount>
<ns:IdentityDocument>
<ns:IdentityDocumentNumber>111999991</ns:IdentityDocumentNumber>
<ns:IdentityDocumentType>PT</ns:IdentityDocumentType>
<ns:IssuingCountryCode>RU</ns:IssuingCountryCode>
<ns:ExpiryDate>2039-08-15</ns:ExpiryDate>
</ns:IdentityDocument>
<ns:ContactInfoRef>CTC1</ns:ContactInfoRef>
<ns:InfantRef>PAX3</ns:InfantRef>
<ns:Remark>
<ns:Remark>Traveller1 remark text</ns:Remark>
</ns:Remark>
</ns:Passenger>
<ns:Passenger PassengerID="PAX2">
<ns:PTC>CHD</ns:PTC>
<ns:CitizenshipCountryCode>RU</ns:CitizenshipCountryCode>
<ns:Individual>
<ns:Birthdate>2010-02-02</ns:Birthdate>
<ns:Gender>Female</ns:Gender>
<ns:GivenName>Anna</ns:GivenName>
<ns:MiddleName>Petrovna</ns:MiddleName>
<ns:Surname>Lvova</ns:Surname>
</ns:Individual>
<ns:IdentityDocument>
<ns:IdentityDocumentNumber>222999992</ns:IdentityDocumentNumber>
<ns:IdentityDocumentType>PT</ns:IdentityDocumentType>
<ns:IssuingCountryCode>RU</ns:IssuingCountryCode>
<ns:ExpiryDate>2020-02-02</ns:ExpiryDate>
</ns:IdentityDocument>
</ns:Passenger>
<ns:Passenger PassengerID="PAX3">
<ns:PTC>INF</ns:PTC>
<ns:CitizenshipCountryCode>RU</ns:CitizenshipCountryCode>
<ns:Individual>
<ns:Birthdate>2018-02-02</ns:Birthdate>
<ns:Gender>Female</ns:Gender>
<ns:GivenName>Alla</ns:GivenName>
<ns:Surname>Lvova</ns:Surname>
</ns:Individual>
<ns:IdentityDocument>
<ns:IdentityDocumentNumber>333999993</ns:IdentityDocumentNumber>
<ns:IdentityDocumentType>PT</ns:IdentityDocumentType>
<ns:IssuingCountryCode>RU</ns:IssuingCountryCode>
<ns:ExpiryDate>2020-03-03</ns:ExpiryDate>
</ns:IdentityDocument>
</ns:Passenger>
</ns:PassengerList>
<ns:ContactList>
<ns:ContactInformation ContactID="CTC1">
<ns:ContactProvided>
<ns:EmailAddress>
<ns:EmailAddressValue>pax111@yandex.ru</ns:EmailAddressValue>
</ns:EmailAddress>
</ns:ContactProvided>
<ns:ContactProvided>
<ns:Phone>
<ns:Label>Mobile</ns:Label>
<ns:CountryDialingCode>7</ns:CountryDialingCode>
<ns:AreaCode>813</ns:AreaCode>
<ns:PhoneNumber>11123</ns:PhoneNumber>
<ns:Extension>1234</ns:Extension>
</ns:Phone>
</ns:ContactProvided>
</ns:ContactInformation>
</ns:ContactList>
<ns:InstructionsList>
<ns:Instruction ListKey="LST1">
<ns:FreeFormTextInstruction>
<ns:Remark>Free remark text all order</ns:Remark>
</ns:FreeFormTextInstruction>
</ns:Instruction>
</ns:InstructionsList>
<ns:ServiceDefinitionList>
<ns:ServiceDefinition ServiceDefinitionID="SVD1">
<ns:Name>SSR</ns:Name>
<ns:Descriptions>
<ns:Description>
<ns:Text>Special Service Request</ns:Text>
</ns:Description>
</ns:Descriptions>
<ns:BookingInstructions>
<ns:SSRCode>OTHS</ns:SSRCode>
<ns:Method>AE</ns:Method>
<ns:Text>SSR TEXT1</ns:Text>
</ns:BookingInstructions>
</ns:ServiceDefinition>
<ns:ServiceDefinition ServiceDefinitionID="SVD2">
<ns:Name>OSI</ns:Name>
<ns:Descriptions>
<ns:Description>
<ns:Text>Other Service Information</ns:Text>
</ns:Description>
</ns:Descriptions>
<ns:BookingInstructions>
<ns:OSIText>OSI TEXT</ns:OSIText>
<ns:Method>AF</ns:Method>
</ns:BookingInstructions>
</ns:ServiceDefinition>
</ns:ServiceDefinitionList>
</ns:DataLists>
</ns:Query>
</ns:OrderCreateRQ>
</soapenv:Body>
</soapenv:Envelope>
<ns:Passenger PassengerID="PAX1">
<ns:PTC>ADT</ns:PTC>
<ns:CitizenshipCountryCode>RU</ns:CitizenshipCountryCode>
<ns:Individual>
<ns:Birthdate>1981-04-04</ns:Birthdate>
<ns:Gender>Male</ns:Gender>
<ns:GivenName>IEN</ns:GivenName>
<ns:MiddleName>TVERTII</ns:MiddleName>
<ns:Surname>CHE</ns:Surname>
</ns:Individual>
<ns:IdentityDocument>
<ns:IdentityDocumentNumber>499999994</ns:IdentityDocumentNumber>
<ns:IdentityDocumentType>PT</ns:IdentityDocumentType>
<ns:IssuingCountryCode>RU</ns:IssuingCountryCode>
<ns:ExpiryDate>2039-08-15</ns:ExpiryDate>
</ns:IdentityDocument>
<ns:IdentityDocument>
<ns:IdentityDocumentNumber>499999994</ns:IdentityDocumentNumber>
<ns:IdentityDocumentType>VI</ns:IdentityDocumentType>
<ns:IssuingCountryCode>RU</ns:IssuingCountryCode>
<ns:IssueDate>2018-12-01</ns:IssueDate>
<ns:Birthplace>RU</ns:Birthplace>
<ns:Visa>
<ns:VisaNumber>007544444</ns:VisaNumber>
<ns:VisaHostCountryCode>DE</ns:VisaHostCountryCode>
</ns:Visa>
</ns:IdentityDocument>
</ns:Passenger>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ResponseID xmlns:h="http://nemo.travel/AviaNDC" xmlns="http://nemo.travel/AviaNDC">143975930</h:ResponseID>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<OrderViewRS Target="Test" Version="17.2" xmlns="http://www.iata.org/IATA/EDIST/2017.2">
<Document>
<Name>NEMO NDC GATEWAY</Name>
<ReferenceVersion>1.0</ReferenceVersion>
</Document>
<Party>
<Sender>
<TravelAgencySender>
<Contacts>
<Contact>
<PhoneContact>
<Number>+7927000722- AGCY</Number>
</PhoneContact>
</Contact>
<Contact>
<EmailContact>
<Address>EMAIL@AGENCY.COM</Address>
</EmailContact>
</Contact>
</Contacts>
<AgencyID> *** </AgencyID>
<AgentUser>
<OtherIDs>
<OtherID Description="Source">29782</OtherID>
</OtherIDs>
<AgentUserID> *** </AgentUserID>
</AgentUser>
</TravelAgencySender>
</Sender>
<Participants xsi:nil="true"/>
<Recipient xsi:nil="true"/>
</Party>
<Success/>
<Warnings>
<Warning Code="1">Данные ЦО из запроса заменены на рассчитанные в Nemo Connect</Warning>
</Warnings>
<Response>
<Order OrderID="ORD610120" Owner="1A">
<BookingReferences>
<BookingReference>
<ID>O7ENAS</ID>
<AirlineID>KC</AirlineID>
</BookingReference>
</BookingReferences>
<TotalOrderPrice>
<SimpleCurrencyPrice Code="KZT" Taxable="false">75267</SimpleCurrencyPrice>
</TotalOrderPrice>
<Payments>
<Payment SplitFormInd="false">
<Type>CA</Type>
<Amount>
<SimpleCurrencyPrice Code="KZT" Taxable="false">75267</SimpleCurrencyPrice>
</Amount>
<Method>
<CashMethod/>
</Method>
</Payment>
</Payments>
<TimeLimits>
<PaymentTimeLimit DateTime="2018-11-07T15:47:00+03:00"/>
</TimeLimits>
<OrderItems>
<OrderItem OrderItemID="ORI1" Owner="KC">
<ItemStatus>K</ItemStatus>
<PriceDetail>
<TotalAmount>
<SimpleCurrencyPrice Code="KZT" Taxable="false">75267</SimpleCurrencyPrice>
</TotalAmount>
<BaseAmount Code="KZT" Taxable="false">57450</BaseAmount>
<Taxes>
<Total Code="KZT" Taxable="false">17817</Total>
</Taxes>
</PriceDetail>
<Service ServiceID="SVC1">
<PassengerRef>PAX1</PassengerRef>
<SegmentRef>SEG0</SegmentRef>
</Service>
<Service ServiceID="SVC2">
<PassengerRef>PAX1</PassengerRef>
<SegmentRef>SEG1</SegmentRef>
</Service>
<Service ServiceID="SVC3">
<PassengerRef>PAX3</PassengerRef>
<SegmentRef>SEG0</SegmentRef>
</Service>
<Service ServiceID="SVC4">
<PassengerRef>PAX3</PassengerRef>
<SegmentRef>SEG1</SegmentRef>
</Service>
<Service ServiceID="SVC5">
<PassengerRef>PAX2</PassengerRef>
<SegmentRef>SEG0</SegmentRef>
</Service>
<Service ServiceID="SVC6">
<PassengerRef>PAX2</PassengerRef>
<SegmentRef>SEG1</SegmentRef>
</Service>
<Service ServiceID="SVC7">
<PassengerRef>PAX1</PassengerRef>
<ServiceDefinitionRef SegmentRef="SEG0">SVD1</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC8">
<PassengerRef>PAX1</PassengerRef>
<ServiceDefinitionRef SegmentRef="SEG1">SVD1</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC9">
<PassengerRef>PAX3</PassengerRef>
<ServiceDefinitionRef SegmentRef="SEG0">SVD1</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC10">
<PassengerRef>PAX3</PassengerRef>
<ServiceDefinitionRef SegmentRef="SEG1">SVD1</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC11">
<PassengerRef>PAX2</PassengerRef>
<ServiceDefinitionRef SegmentRef="SEG0">SVD2</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC12">
<PassengerRef>PAX2</PassengerRef>
<ServiceDefinitionRef SegmentRef="SEG1">SVD2</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC13">
<ServiceDefinitionRef>SVD3</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC14">
<ServiceDefinitionRef>SVD4</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC15">
<ServiceDefinitionRef>SVD5</ServiceDefinitionRef>
</Service>
<Service ServiceID="SVC16">
<ServiceDefinitionRef>SVD6</ServiceDefinitionRef>
</Service>
<FareDetail>
<PassengerRefs>PAX1</PassengerRefs>
<Price>
<TotalAmount>
<SimpleCurrencyPrice Code="KZT" Taxable="false">47376</SimpleCurrencyPrice>
</TotalAmount>
<BaseAmount Code="KZT" Taxable="false">38300</BaseAmount>
<FareFiledIn>
<BaseAmount Code="KZT" Taxable="false">38300</BaseAmount>
</FareFiledIn>
<Taxes ApproxInd="false">
<Total Code="KZT" Taxable="false">9076</Total>
<Breakdown>
<Tax>
<Amount Code="KZT" Taxable="false">8000</Amount>
<TaxCode>YQ</TaxCode>
<TaxType>X</TaxType>
</Tax>
<Tax>
<Amount Code="KZT" Taxable="false">1076</Amount>
<TaxCode>UJ</TaxCode>
<TaxType>X</TaxType>
</Tax>
</Breakdown>
</Taxes>
</Price>
<FareComponent>
<FareBasis>
<FareBasisCode>
<Code>PRT1MKZ</Code>
</FareBasisCode>
<RBD>P</RBD>
<CabinType>
<CabinTypeCode>Y</CabinTypeCode>
<CabinTypeName>Economy</CabinTypeName>
</CabinType>
</FareBasis>
<SegmentRefs>SEG0</SegmentRefs>
</FareComponent>
<FareComponent>
<FareBasis>
<FareBasisCode>
<Code>SRT1MKZ</Code>
</FareBasisCode>
<RBD>S</RBD>
<CabinType>
<CabinTypeCode>Y</CabinTypeCode>
<CabinTypeName>Economy</CabinTypeName>
</CabinType>
</FareBasis>
<SegmentRefs>SEG1</SegmentRefs>
</FareComponent>
</FareDetail>
<FareDetail>
<PassengerRefs>PAX3</PassengerRefs>
<Price>
<TotalAmount>
<SimpleCurrencyPrice Code="KZT" Taxable="false">27891</SimpleCurrencyPrice>
</TotalAmount>
<BaseAmount Code="KZT" Taxable="false">19150</BaseAmount>
<FareFiledIn>
<BaseAmount Code="KZT" Taxable="false">19150</BaseAmount>
</FareFiledIn>
<Taxes ApproxInd="false">
<Total Code="KZT" Taxable="false">8741</Total>
<Breakdown>
<Tax>
<Amount Code="KZT" Taxable="false">8000</Amount>
<TaxCode>YQ</TaxCode>
<TaxType>X</TaxType>
</Tax>
<Tax>
<Amount Code="KZT" Taxable="false">741</Amount>
<TaxCode>UJ</TaxCode>
<TaxType>X</TaxType>
</Tax>
</Breakdown>
</Taxes>
</Price>
<FareComponent>
<FareBasis>
<FareBasisCode>
<Code>PRT1MKZCH50/CH</Code>
</FareBasisCode>
<RBD>P</RBD>
<CabinType>
<CabinTypeCode>Y</CabinTypeCode>
<CabinTypeName>Economy</CabinTypeName>
</CabinType>
</FareBasis>
<SegmentRefs>SEG0</SegmentRefs>
</FareComponent>
<FareComponent>
<FareBasis>
<FareBasisCode>
<Code>SRT1MKZCH50/CH</Code>
</FareBasisCode>
<RBD>S</RBD>
<CabinType>
<CabinTypeCode>Y</CabinTypeCode>
<CabinTypeName>Economy</CabinTypeName>
</CabinType>
</FareBasis>
<SegmentRefs>SEG1</SegmentRefs>
</FareComponent>
</FareDetail>
<FareDetail>
<PassengerRefs>PAX2</PassengerRefs>
<Price>
<TotalAmount>
<SimpleCurrencyPrice Code="KZT" Taxable="false">0</SimpleCurrencyPrice>
</TotalAmount>
<BaseAmount Code="KZT" Taxable="false">0</BaseAmount>
<FareFiledIn>
<BaseAmount Code="KZT" Taxable="false">0</BaseAmount>
</FareFiledIn>
</Price>
<FareComponent>
<FareBasis>
<FareBasisCode>
<Code>PRT1MKZIN00/IN</Code>
</FareBasisCode>
<RBD>P</RBD>
<CabinType>
<CabinTypeCode>Y</CabinTypeCode>
<CabinTypeName>Economy</CabinTypeName>
</CabinType>
</FareBasis>
<SegmentRefs>SEG0</SegmentRefs>
</FareComponent>
<FareComponent>
<FareBasis>
<FareBasisCode>
<Code>SRT1MKZIN00/IN</Code>
</FareBasisCode>
<RBD>S</RBD>
<CabinType>
<CabinTypeCode>Y</CabinTypeCode>
<CabinTypeName>Economy</CabinTypeName>
</CabinType>
</FareBasis>
<SegmentRefs>SEG1</SegmentRefs>
</FareComponent>
</FareDetail>
</OrderItem>
</OrderItems>
</Order>
<Commission>
<Percentage>1</Percentage>
</Commission>
<DataLists>
<PassengerList>
<Passenger PassengerID="PAX1">
<PTC>ADT</PTC>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<Individual>
<Birthdate>1980-01-01</Birthdate>
<Gender>Male</Gender>
<NameTitle>MR</NameTitle>
<GivenName>SEMEN</GivenName>
<MiddleName>PETROVICH</MiddleName>
<Surname>LVOV</Surname>
</Individual>
<IdentityDocument>
<IdentityDocumentNumber>199999991</IdentityDocumentNumber>
<IdentityDocumentType>PT</IdentityDocumentType>
<IssuingCountryCode>RU</IssuingCountryCode>
<ExpiryDate>2039-08-15</ExpiryDate>
</IdentityDocument>
<ContactInfoRef>CTC1</ContactInfoRef>
<InfantRef>PAX2</InfantRef>
</Passenger>
<Passenger PassengerID="PAX2">
<PTC>INF</PTC>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<Individual>
<Birthdate>2018-03-03</Birthdate>
<Gender>Female</Gender>
<NameTitle>MISS</NameTitle>
<GivenName>ALLA</GivenName>
<Surname>LVOVA</Surname>
</Individual>
<IdentityDocument>
<IdentityDocumentNumber>399999993</IdentityDocumentNumber>
<IdentityDocumentType>PT</IdentityDocumentType>
<IssuingCountryCode>RU</IssuingCountryCode>
<ExpiryDate>2020-02-02</ExpiryDate>
</IdentityDocument>
</Passenger>
<Passenger PassengerID="PAX3">
<PTC>CHD</PTC>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<Individual>
<Birthdate>2010-02-02</Birthdate>
<Gender>Female</Gender>
<NameTitle>MISS</NameTitle>
<GivenName>ANNA</GivenName>
<MiddleName>PETROVNA</MiddleName>
<Surname>LVOVA</Surname>
</Individual>
<IdentityDocument>
<IdentityDocumentNumber>299999992</IdentityDocumentNumber>
<IdentityDocumentType>PT</IdentityDocumentType>
<IssuingCountryCode>RU</IssuingCountryCode>
<ExpiryDate>2021-01-01</ExpiryDate>
</IdentityDocument>
</Passenger>
</PassengerList>
<ContactList>
<ContactInformation ContactID="CTC1">
<ContactProvided>
<EmailAddress>
<EmailAddressValue>PAX1@YANDEX.RU</EmailAddressValue>
</EmailAddress>
</ContactProvided>
<ContactProvided>
<Phone>
<Label>Mobile</Label>
<PhoneNumber>7813111231234</PhoneNumber>
</Phone>
</ContactProvided>
</ContactInformation>
</ContactList>
<BaggageAllowanceList>
<BaggageAllowance BaggageAllowanceID="BAG1">
<BaggageCategory>Checked</BaggageCategory>
<AllowanceDescription Concept="700">
<ApplicableParty>Traveler</ApplicableParty>
<Descriptions>
<Description>
<Text>Free baggage</Text>
</Description>
</Descriptions>
</AllowanceDescription>
<WeightAllowance>
<MaximumWeight>
<Value>20</Value>
<UOM>K</UOM>
</MaximumWeight>
</WeightAllowance>
</BaggageAllowance>
<BaggageAllowance BaggageAllowanceID="BAG2">
<BaggageCategory>Checked</BaggageCategory>
<AllowanceDescription Concept="N">
<ApplicableParty>Traveler</ApplicableParty>
<Descriptions>
<Description>
<Text>Free baggage</Text>
</Description>
</Descriptions>
</AllowanceDescription>
<PieceAllowance>
<ApplicableParty>Traveler</ApplicableParty>
<TotalQuantity>0</TotalQuantity>
<PieceMeasurements Quantity="0"/>
</PieceAllowance>
</BaggageAllowance>
</BaggageAllowanceList>
<FlightSegmentList>
<FlightSegment SegmentKey="SEG0" ElectronicTicketInd="true">
<Departure>
<AirportCode>ALA</AirportCode>
<Date>2018-11-20</Date>
<Time>07:00</Time>
</Departure>
<Arrival>
<AirportCode>TSE</AirportCode>
<Date>2018-11-20</Date>
<Time>08:45</Time>
<Terminal>
<Name>2</Name>
</Terminal>
</Arrival>
<MarketingCarrier>
<AirlineID>KC</AirlineID>
<FlightNumber>671</FlightNumber>
</MarketingCarrier>
<OperatingCarrier>
<AirlineID>KC</AirlineID>
<FlightNumber>671</FlightNumber>
</OperatingCarrier>
<Equipment>
<AircraftCode>321</AircraftCode>
</Equipment>
<ClassOfService>
<Code>P</Code>
</ClassOfService>
<FlightDetail>
<FlightDuration>
<Value>PT1H45M</Value>
</FlightDuration>
</FlightDetail>
</FlightSegment>
<FlightSegment SegmentKey="SEG1" ElectronicTicketInd="true">
<Departure>
<AirportCode>TSE</AirportCode>
<Date>2018-11-25</Date>
<Time>07:00</Time>
<Terminal>
<Name>2</Name>
</Terminal>
</Departure>
<Arrival>
<AirportCode>ALA</AirportCode>
<Date>2018-11-25</Date>
<Time>08:40</Time>
</Arrival>
<MarketingCarrier>
<AirlineID>KC</AirlineID>
<FlightNumber>622</FlightNumber>
</MarketingCarrier>
<OperatingCarrier>
<AirlineID>KC</AirlineID>
<FlightNumber>622</FlightNumber>
</OperatingCarrier>
<Equipment>
<AircraftCode>757</AircraftCode>
</Equipment>
<ClassOfService>
<Code>S</Code>
</ClassOfService>
<FlightDetail>
<FlightDuration>
<Value>PT1H40M</Value>
</FlightDuration>
</FlightDetail>
</FlightSegment>
</FlightSegmentList>
<FlightList>
<Flight FlightKey="FLT0">
<SegmentReferences>SEG0</SegmentReferences>
</Flight>
<Flight FlightKey="FLT1">
<SegmentReferences>SEG1</SegmentReferences>
</Flight>
</FlightList>
<ServiceDefinitionList>
<ServiceDefinition ServiceDefinitionID="SVD1">
<Name>Free baggage</Name>
<BaggageAllowanceRef>BAG1</BaggageAllowanceRef>
<Descriptions>
<Description>
<Text>Free baggage</Text>
</Description>
</Descriptions>
</ServiceDefinition>
<ServiceDefinition ServiceDefinitionID="SVD2">
<Name>Free baggage</Name>
<BaggageAllowanceRef>BAG2</BaggageAllowanceRef>
<Descriptions>
<Description>
<Text>Free baggage</Text>
</Description>
</Descriptions>
</ServiceDefinition>
</ServiceDefinitionList>
</DataLists>
</Response>
</OrderViewRS>
</s:Body>
</s:Envelope>