/
KIU_AirCheckinModifyRQ/RS

KIU_AirCheckinModifyRQ/RS

Content index:




Objective:

Through this method call the user will be able to take accion over a checked passenger. It will allow to request reprint the boarding pass, change the seat or cancel the check in


KIU_AirCheckInModifyRQ


Example for the method call:


KIU_AirCheckinModifyRQ
<?xml version="1.0" encoding="UTF-8"?>
<KIU_AirCheckinModifyRQ EchoToken="1" TimeStamp="2012-04-20T15:45:07-03:00" Target="Testing" Version="3.0" SequenceNmbr="1" PrimaryLangID="en-us">
    <POS>
        <Source AgentSine="AEP00XXSM" TerminalID="AEP00XX816" ISOCountry="AR"/>
    </POS>
    <CheckInFlightsInformation>
        <FlightInfo FlightRPH="1"> 
            <CarrierInfo>
                <OperatingAirline>
                    <CarrierCodeID>XX</CarrierCodeID>
                    <CarrierShortName>LINEAS AEREAS XX</CarrierShortName>
                    <FlightNumber>0966</FlightNumber>
                </OperatingAirline>
                <DepartureInformation>
                    <BoardingPoint>EZE</BoardingPoint>
                    <BoardingDate>2016-11-18</BoardingDate>
                </DepartureInformation>
            </CarrierInfo>
            <PassengerList> 
                <PassengerInfo PsgrRPH="001"> 
                    <!-- BookingInfo: Optional -->
                    <BookingInfo>
                        <BookingReferenceID> 
                            <ID>XXXXXX</ID> 
                        </BookingReferenceID>
                    </BookingInfo>
                    <PTC>ADT</PTC> 
                    <PassengerName>
                        <GivenName>TEST</GivenName> 
                        <MiddleName>J</MiddleName> 
                        <Surname>TESTE</Surname>
                    </PassengerName>
                    <FOID> 
                        <Type>PP</Type>
                        <Number>98736729</Number> 
                    </FOID>
                    <FrequentFlyerInfo>
                        <ID>XX12312312312</ID>
                    </FrequentFlyerInfo>
                    <Segment FlightRPH="S001"> 
                        <MarketingBookingCode>B</MarketingBookingCode> 
                        <OperatingBookingCode>B</OperatingBookingCode> 
                        <OperatingCabin>    
                            <CabinCode>Y</CabinCode> 
                            <Description>ECONOMY</Description> 
                        </OperatingCabin>
                        <TicketInformation> 
                            <Issue>true</Issue> 
                            <Number>9990210011103</Number> 
                            <TicketCouponNbr>1</TicketCouponNbr> 
                        </TicketInformation>
                        <Seat Change="true">5A</Seat> 
                        <PNRStatus>HK</PNRStatus> 
                        <CheckInInfo> 
                            <PaxChequed>true</PaxChequed>
                            <BoardingPassNbr RePrint="true">2</BoardingPassNbr> 
                        </CheckInInfo>
                        <VoidWCheckin>true</VoidWCheckin> 
                    </Segment>
                </PassengerInfo>
            </PassengerList>
            <Connections>
                <Connection>
                    <CarrierInfo>
                        <OperatingAirline>
                            <CarrierCodeID>XX</CarrierCodeID>
                            <CarrierShortName>LINEAS AEREAS XX</CarrierShortName>
                            <FlightNumber>0162</FlightNumber>
                        </OperatingAirline>
                        <DepartureInformation>
                            <BoardingPoint>MIA</BoardingPoint>
                            <BoardingDate>2016-11-18</BoardingDate>
                        </DepartureInformation>
                    </CarrierInfo>
                    <PassengerList> 
                        <PassengerInfo PsgrRPH="001"> 
                            <BookingInfo>
                                <BookingReferenceID> 
                                    <ID>XXXXXX</ID> 
                                </BookingReferenceID>
                            </BookingInfo>
                            <PTC>ADT</PTC> 
                            <PassengerName>
                                <GivenName>TEST</GivenName> 
                                <MiddleName>J</MiddleName> 
                                <Surname>TESTE</Surname>
                            </PassengerName>
                            <FOID> 
                                <Type>PP</Type>
                                <Number>98736729</Number> 
                            </FOID>
                            <FrequentFlyerInfo>
                                <ID>XX12312312312</ID>
                            </FrequentFlyerInfo>
                            <Segment FlightRPH="S002"> 
                               <MarketingBookingCode>Y</MarketingBookingCode> 
                                <OperatingBookingCode>Y</OperatingBookingCode> 
                                <OperatingCabin>    
                                    <CabinCode>Y</CabinCode> 
                                    <Description>ECONOMY</Description> 
                                </OperatingCabin>
                                <TicketInformation> 
                                    <Issue>true</Issue> 
                                    <Number>9990210011103</Number> 
                                    <TicketCouponNbr>2</TicketCouponNbr> 
                                </TicketInformation>
                                <Seat Change="true">5A</Seat> 
                                <PNRStatus>HK</PNRStatus> 
                                <CheckInInfo> 
                                    <PaxChequed>true</PaxChequed>
                                    <BoardingPassNbr RePrint="true">3</BoardingPassNbr> 
                                </CheckInInfo>
                                <VoidWCheckin>true</VoidWCheckin> 
                            </Segment>
                        </PassengerInfo>
                    </PassengerList>
                </Connection>
            </Connections>
        </FlightInfo>
    </CheckInFlightsInformation>
</KIU_AirCheckinModifyRQ>


Elements for the message KIU_AirCheckinModifyRQ:

  • CheckInFlightInformation: Element that groups the checkin information for a passenger.
    • FlightInfo: Element that groups the segment the passenger was checked.
      • FlightRPH: Segment Id for future references within the message.
      • CarrierInfo: Element that groups the information of the flight operator and details of the segment. 
        • OperatingAirline: Element that describes the carrier that operates the flight
          • CarrierCodeID: Alphanumeric (2). ISO IATA code of the airline. 
          • CarrierShortName: Alphanumeric (30). Marketing airline name.
          • FlightNumber: Numérico (4). Flight number for the operating carrier.

        • DepartureInformation:  Element that contains the information regarding the departure
          • BoardingPoint: Alphabetic (3).ISO IATA code for the boarding airport.
          • BoardingDate: Date. ISO departure date.

        • PassengerList: Element that groups the information regarding the referenced passenger flights list.
          • PassengerInfo: Mandatory. Element that contains the particular information for each passenger.
            • PsgrRPH: Numeric. Reference ID for the passenger that comes from the answer of the KIU_AirTravellerCheckinRS. Assigned by KIU.
            • BookingInfo: Mandatory. Element that contains the information of the booking where the passengers is registered. 
              • BookingReferenceID: Mandatory. Element that contains the information of the recordLocator for the passenger. 
                • ID: Mandatory. Alphanumeric  (7). Booking code where the passenger is registered. 

              • PTC: Mandatory. Alphabetic(3). Passenger code. 

              • PassengerName: Mandatory. Element that contains the information regarding names and last names of the passenger. 
                • GivenName: Mandatory. Alphabetic(18). Passenger first name.
                • MiddleName: Optional. Alphabetic(18). Passenger middle name. 
                • Surname: Mandatory. Alphabetic(18). Passenger last name. 

              • FOID: Mandatory. Element that contains the FOID information given by the passenger. 
                • Type: Mandatory. Alphabetic(2). Code type supported by the system (NI: National Identity Document, PP: Passport, ID: Locally defined ID number).
                • Number: Mandatory. Alphanumeric (10). ID number

              • FrequentFlyer: Optional. Element that contains the information regarding the frequent flyers program. 
                • FrequentFlyerInfo: Optional. Repetitive. Particular information regarding the program. 
                  • ID: Optional. Alphanumeric (14). Id number for the frequent flyers program.

              • Segment: Mandatory. Element that groups information for each checked segment.
                • FlightRPH: Mandatory. Alphanumeric (5). Reference ID for each segment. Information is returned through the method KIU_AirTravellerCheckinRS
                • MarketingBookingCode: Optional. Alphabetic(1). Booking class of the segment (RBD) on the marketing flight if available.
                • OperatingBookingCode: Mandatory. Alphabetic(1). Booking class of the segment for the operating carrier.
                • OperatingCabin: Element that contains the information regarding the service cabin where the passenger belongs. 
                  • CabinCode: Mandatory. Alphanumeric (2). Cabin code. Supported only the three standard IATA cabin (F=First; C=Business; Y=Economy).
                  • Descripción: Mandatory. Alphanumeric (15). Cabin name

                • TicketInformation: Element that contains the ticket information for the passenger. 
                  • Issue: Mandatory. Boolean (true|false). Booking state if it is issued or not.
                  • Number: Optional. Numeric (13). Ticket number
                  • TicketCouponNbr: Optional. Numeric (1). Coupon number where the segment belongs.
                • Seat: Optional. Element that contains the assigned seat information.
                  • Change: Mandatory. Boolean (true|false). Attribute that indicates if there is a change on the seat or not. If the value is "true" it cannot combine with RePrint nor VoidWCheckin.

                • PNRStatus: Mandatory. Alphabetic (2). Status for the booking segment.
                • CheckinInfo: Optional. Element that groups the information for the passenger checkin. 
                  • PaxChequed: Mandatory. Boolean (true|false). Check in status for the mentioned segment. 
                  • BoardingPassNrb: Optional. Only if the passenger is checked. Boarding Pass number issued for the passenger. 
                      • RePrint: Mandatory. Boolean (true|false). Indicates if the document is RePrinted. Cannot combine with  ChangeSeat nor VoidWCheckin.

                  • VoidWCheckin: Optional. Boolean (true|false). Element that indicates if the webcheck in must be cancelled or not. The value for this element is related with the values for ChangeSeat and RePrint. 
                                               Actions cannot be combined amongst each other. If the value is "true" then the value for ChangeSeat and RePrint must be "false"



Example for KIU_AirCheckinModifyRQ - RePrint BoardingPass:


KIU_AirCheckinModifyRQ - RePrint boardinPass
<KIU_AirCheckinModifyRQ EchoToken="1" Target="Production" Version="3.0" SequenceNmbr="1" PrimaryLangID="en-us">
    <POS>
        <Source AgentSine="AEP00XXSM" TerminalID="AEP00XX818" ISOCountry="AR" />
    </POS>
    <CheckInFlightsInformation>
        <FlightInfo FlightRPH="001">
            <CarrierInfo>
                <OperatingAirline>
                    <CarrierCodeID>XX</CarrierCodeID>
                    <FlightNumber>4520</FlightNumber>
                </OperatingAirline>
                <DepartureInformation>
                    <BoardingPoint>AEP</BoardingPoint>
                    <BoardingDate>2017-05-11</BoardingDate>
                </DepartureInformation>
                <ArrivalInformation>
                    <BoardingOff>COR</BoardingOff>
                </ArrivalInformation>
            </CarrierInfo>
            <PassengerList>
                <PassengerInfo PsgrRPH="1">
                    <BookingInfo>
                        <BookingReferenceID>
                            <ID>VBKHSO</ID>
                        </BookingReferenceID>
                    </BookingInfo>
                    <PassengerName>
                        <Surname>RODRIGUEZ</Surname>
                    </PassengerName>
                    <Segment FlightRPH="001">
                        <CheckInInfo>
                            <PaxChequed>true</PaxChequed>
                            <BoardingPassNbr RePrint="true">1</BoardingPassNbr>
                        </CheckInInfo>
                        <VoidWCheckin>false</VoidWCheckin>
                    </Segment>
                </PassengerInfo>
            </PassengerList>
        </FlightInfo>
    </CheckInFlightsInformation>
</KIU_AirCheckinModifyRQ>

Example KIU_AirCheckinModifyRQ - Change seats:


KIU_AirCheckinModifyRQ - Change seats
<KIU_AirCheckinModifyRQ EchoToken="1" Target="Production" Version="3.0" SequenceNmbr="1" PrimaryLangID="en-us">
    <POS>
        <Source AgentSine="AEP00XXSM" TerminalID="AEP00XX818" ISOCountry="AR" />
    </POS>
    <CheckInFlightsInformation>
        <FlightInfo FlightRPH="001">
            <CarrierInfo>
                <OperatingAirline>
                    <CarrierCodeID>XX</CarrierCodeID>
                    <FlightNumber>4520</FlightNumber>
                </OperatingAirline>
                <DepartureInformation>
                    <BoardingPoint>AEP</BoardingPoint>
                    <BoardingDate>2017-05-11</BoardingDate>
                </DepartureInformation>
                <ArrivalInformation>
                    <BoardingOff>COR</BoardingOff>
                </ArrivalInformation>
            </CarrierInfo>
            <PassengerList>
                <PassengerInfo PsgrRPH="1">
                    <BookingInfo>
                        <BookingReferenceID>
                            <ID>VBKHSO</ID>
                        </BookingReferenceID>
                    </BookingInfo>
                    <PassengerName>
                        <Surname>RODRIGUEZ</Surname>
                    </PassengerName>
                    <Segment FlightRPH="001">
                        <VoidWCheckin>false</VoidWCheckin>
                        <Seat Change="true">7D</Seat>
                    </Segment>
                </PassengerInfo>
            </PassengerList>
        </FlightInfo>
    </CheckInFlightsInformation>
</KIU_AirCheckinModifyRQ>



Example KIU_AirCheckinModifyRQ - Cancel WebCheckin:


KIU_AirCheckinModifyRQ - Cancel Checkin
<KIU_AirCheckinModifyRQ EchoToken="1" Target="Production" Version="3.0" SequenceNmbr="1" PrimaryLangID="en-us">
    <POS>
        <Source AgentSine="AEP00XXSM" TerminalID="AEP00XX818" ISOCountry="AR" />
    </POS>
    <CheckInFlightsInformation>
        <FlightInfo FlightRPH="001">
            <CarrierInfo>
                <OperatingAirline>
                    <CarrierCodeID>XX</CarrierCodeID>
                    <FlightNumber>4520</FlightNumber>
                </OperatingAirline>
                <DepartureInformation>
                    <BoardingPoint>AEP</BoardingPoint>
                    <BoardingDate>2017-05-11</BoardingDate>
                </DepartureInformation>
                <ArrivalInformation>
                    <BoardingOff>COR</BoardingOff>
                </ArrivalInformation>
            </CarrierInfo>
            <PassengerList>
                <PassengerInfo PsgrRPH="1">
                    <BookingInfo>
                        <BookingReferenceID>
                            <ID>VBKHSO</ID>
                        </BookingReferenceID>
                    </BookingInfo>
                    <PassengerName>
                        <Surname>RODRIGUEZ</Surname>
                    </PassengerName>
                    <Segment FlightRPH="001">
                        <VoidWCheckin>true</VoidWCheckin>
                    </Segment>
                </PassengerInfo>
            </PassengerList>
        </FlightInfo>
    </CheckInFlightsInformation>
</KIU_AirCheckinModifyRQ>



Volver al indice



KIU_AirCheckinModifyRS

Example KIU_AirCheckinModifyRS -  RePrint BoardingPass:


KIU_AirCheckinModifyRS - Example RePrint
<?xml version="1.0" encoding="UTF-8"?><KIU_AirCheckinModifyRS EchoToken="1" TimeStamp="2017-05-11T19:35:45+00:00" Target="Production" Version="3.0" SequenceNmbr="1">
	<Success/>
  <Warnings/>
  <CheckInFlightsInformation>
    <FlightInfo FlightRPH="">
      <CarrierInfo>
        <OperatingAirline>
          <CarrierCodeID>XX</CarrierCodeID>
          <CarrierShortName/>
          <FlightNumber>4520</FlightNumber>
        </OperatingAirline>
        <OperatingAirline>
          <BoardingPoint>AEP</BoardingPoint>
          <BoardingDate>2017-05-11</BoardingDate>
        </OperatingAirline>
      </CarrierInfo>
      <PassengerList>
        <PassengerInfo PsgrRPH="001"/>
        <Order>001</Order>
        <BookingId>VBKHSO</BookingId>
        <PassengerSurname>RODRIGUEZ</PassengerSurname>
        <PassengerName>DUBRASKA</PassengerName>
        <PTC>ADT</PTC>
        <PassengerFoid>PP 70833086</PassengerFoid>
        <PassengerDestination>COR</PassengerDestination>
        <PassengerCheckin>OK</PassengerCheckin>
        <Cabin>
          <Code>Y</Code>
          <Description>Economy</Description>
        </Cabin>
        <BaggageInformation>
          <BagUnit>0</BagUnit>
          <BagWeigth>0</BagWeigth>
          <BagaggeInterruptAirport/>
          <IsBaggagePool>false</IsBaggagePool>
          <BagTagInformation/>
        </BaggageInformation>
        <PsgrWeight>0</PsgrWeight>
        <PsgrCategory/>
        <PrintPsgrBoard/>
        <PsgrRemark/>
        <TSADescription/>
        <TSAFreeText/>
        <WarningPsgrInformation/>
        <CarrierChangedPrints>N</CarrierChangedPrints>
        <PrintBoardingData>
          <BoardingPass>
            <BoardingPassVersion/>
            <RecordLocator>
              <ID>VBKHSO/C1</ID>
              <Coupon>VBKHSO/C1</Coupon>
            </RecordLocator>
            <FlightCarrier>XX </FlightCarrier>
            <FlightNumber>4520</FlightNumber>
            <BookingClass>Y</BookingClass>
            <BoardinDate>11MAY</BoardinDate>
            <BoardingTime>1415</BoardingTime>
            <DepartureAirportCode>AEP</DepartureAirportCode>
            <ArrivalAirportCode>COR</ArrivalAirportCode>
            <PsgrName>RODRIGUEZ/DUBRASKA</PsgrName>
            <PsgrFOID>PP 70833086                                  </PsgrFOID>
            <PsgrFrecuentFlyer>               </PsgrFrecuentFlyer>
            <SecuritySelectee/>
            <TerminalInfomration>
              <Gate>     </Gate>
            </TerminalInfomration>
            <Seat>1C</Seat>
            <BaggageReference>00/000</BaggageReference>
            <BoardinNumber>001</BoardinNumber>
            <ETicketNumber>9990210003032</ETicketNumber>
            <AgentCheckIn>AEP00XXSM</AgentCheckIn>
            <BarCode2DInfo>M1RODRIGUEZ/DUBRASKA  EVBKHSO AEPCORXX 4520 131Y001C0001 148&gt;3181WW7131BXX              2A999021000303200                          N#</BarCode2DInfo>
            <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>
            <ArrivalAirportName>CORDOBA         </ArrivalAirportName>
          </BoardingPass>
        </PrintBoardingData>
      </PassengerList>
    </FlightInfo>
  </CheckInFlightsInformation>
</KIU_AirCheckinModifyRS>



Example KIU_AirCheckinModifyRS - Seat modify


KIU_AirCheckinModifyRS - Seat Modify
<?xml version="1.0" encoding="UTF-8"?><KIU_AirCheckinModifyRS EchoToken="1" TimeStamp="2017-05-11T19:40:30+00:00" Target="Production" Version="3.0" SequenceNmbr="1">
	<Success/>
  <Warnings/>
  <CheckInFlightsInformation>
    <FlightInfo FlightRPH="">
      <CarrierInfo>
        <OperatingAirline>
          <CarrierCodeID>XX</CarrierCodeID>
          <CarrierShortName/>
          <FlightNumber>4520</FlightNumber>
        </OperatingAirline>
        <OperatingAirline>
          <BoardingPoint>AEP</BoardingPoint>
          <BoardingDate>2017-05-11</BoardingDate>
        </OperatingAirline>
      </CarrierInfo>
      <PassengerList>
        <PassengerInfo PsgrRPH="001"/>
        <Order>001</Order>
        <BookingId>VBKHSO</BookingId>
        <PassengerSurname>RODRIGUEZ</PassengerSurname>
        <PassengerName>DUBRASKA</PassengerName>
        <PTC>ADT</PTC>
        <PassengerFoid>PP 70833086</PassengerFoid>
        <PassengerDestination>COR</PassengerDestination>
        <PassengerCheckin>OK</PassengerCheckin>
        <Cabin>
          <Code>Y</Code>
          <Description>Economy</Description>
        </Cabin>
        <BaggageInformation>
          <BagUnit>0</BagUnit>
          <BagWeigth>0</BagWeigth>
          <BagaggeInterruptAirport/>
          <IsBaggagePool>false</IsBaggagePool>
          <BagTagInformation/>
        </BaggageInformation>
        <PsgrWeight>0</PsgrWeight>
        <PsgrCategory/>
        <PrintPsgrBoard/>
        <PsgrRemark/>
        <TSADescription/>
        <TSAFreeText/>
        <WarningPsgrInformation/>
        <CarrierChangedPrints>N</CarrierChangedPrints>
        <PrintBoardingData>
          <BoardingPass>
            <BoardingPassVersion/>
            <RecordLocator>
              <ID>VBKHSO/C1</ID>
              <Coupon>VBKHSO/C1</Coupon>
            </RecordLocator>
            <FlightCarrier>XX </FlightCarrier>
            <FlightNumber>4520</FlightNumber>
            <BookingClass>Y</BookingClass>
            <BoardinDate>11MAY</BoardinDate>
            <BoardingTime>1415</BoardingTime>
            <DepartureAirportCode>AEP</DepartureAirportCode>
            <ArrivalAirportCode>COR</ArrivalAirportCode>
            <PsgrName>RODRIGUEZ/DUBRASKA</PsgrName>
            <PsgrFOID>PP 70833086                                  </PsgrFOID>
            <PsgrFrecuentFlyer>               </PsgrFrecuentFlyer>
            <SecuritySelectee/>
            <TerminalInfomration>
              <Gate>     </Gate>
            </TerminalInfomration>
            <Seat>9D</Seat>
            <BaggageReference>00/000</BaggageReference>
            <BoardinNumber>001</BoardinNumber>
            <ETicketNumber>9990210003032</ETicketNumber>
            <AgentCheckIn>AEP00XXSM</AgentCheckIn>
            <BarCode2DInfo>M1RODRIGUEZ/DUBRASKA  EVBKHSO AEPCORXX 4520 131Y009D0001 148&gt;3181WW7131BXX              2A999021000303200                          N#</BarCode2DInfo>
            <DepartureAirportName>BUENOS AIRES    </DepartureAirportName>
            <ArrivalAirportName>CORDOBA         </ArrivalAirportName>
          </BoardingPass>
        </PrintBoardingData>
      </PassengerList>
    </FlightInfo>
  </CheckInFlightsInformation>
</KIU_AirCheckinModifyRS>




Example KIU_AirCheckinModifyRS - Cancel Checkin


KIU_AirCheckinModifyRS - Cancel Checkin
<?xml version="1.0" encoding="UTF-8"?>
<KIU_AirCheckinModifyRS EchoToken="1" TimeStamp="2017-05-11T19:40:30+00:00" Target="Production" Version="3.0" SequenceNmbr="1">
    <Success />
    <Warnings />
    <CheckInFlightsInformation>
        <FlightInfo FlightRPH="">
            <CarrierInfo>
                <OperatingAirline>
                    <CarrierCodeID>XX</CarrierCodeID>
                    <CarrierShortName />
                    <FlightNumber>4520</FlightNumber>
                </OperatingAirline>
                <OperatingAirline>
                    <BoardingPoint>AEP</BoardingPoint>
                    <BoardingDate>2017-05-11</BoardingDate>
                </OperatingAirline>
            </CarrierInfo>
            <PassengerList>
                <PassengerInfo PsgrRPH="001" />
                <Order>001</Order>
                <BookingId>VBKHSO</BookingId>
                <PassengerSurname>RODRIGUEZ</PassengerSurname>
                <PassengerName>DUBRASKA</PassengerName>
                <PTC>ADT</PTC>
                <PassengerFoid>PP 70833086</PassengerFoid>
                <PassengerDestination>COR</PassengerDestination>
                <PassengerCheckin>OK</PassengerCheckin>
                <Cabin>
                    <Code>Y</Code>
                    <Description>Economy</Description>
                </Cabin>
                <BaggageInformation>
                    <BagUnit>0</BagUnit>
                    <BagWeigth>0</BagWeigth>
                    <BagaggeInterruptAirport />
                    <IsBaggagePool>false</IsBaggagePool>
                    <BagTagInformation />
                </BaggageInformation>
                <PsgrWeight>0</PsgrWeight>
                <PsgrCategory />
                <PrintPsgrBoard />
                <PsgrRemark />
                <TSADescription />
                <TSAFreeText />
                <WarningPsgrInformation />
                <CarrierChangedPrints>N</CarrierChangedPrints>
                <PrintBoardingData>
                    <BoardingPass>
                        <BoardingPassVersion />
                        <RecordLocator>
                            <ID />
                            <Coupon />
                        </RecordLocator>
                        <FlightCarrier />
                        <FlightNumber />
                        <BookingClass />
                        <BoardinDate />
                        <BoardingTime />
                        <DepartureAirportCode />
                        <ArrivalAirportCode />
                        <PsgrName />
                        <PsgrFOID />
                        <PsgrFrecuentFlyer />
                        <SecuritySelectee />
                        <TerminalInfomration>
                            <Gate />
                        </TerminalInfomration>
                        <Seat />
                        <BaggageReference />
                        <BoardinNumber />
                        <ETicketNumber />
                        <AgentCheckIn />
                        <BarCode2DInfo />
                        <DepartureAirportName />
                        <ArrivalAirportName />
                    </BoardingPass>
                </PrintBoardingData>
            </PassengerList>
        </FlightInfo>
    </CheckInFlightsInformation>
</KIU_AirCheckinModifyRS>



Elements for the message KIU_AirCheckinModifyRS


  • Success: Element that informs the status of the transaction
  • Warning: Optional. Element that informs any warning associated to the transaction.
    • CheckInFlightInformation:  Element that groups the checkin information of a passenger.
      • FlightInfo: Element that groups the segments where the passenger was checked.
        • FlightRPH: Id  for the segment used for future references within the message.
        • CarrierInfo: Element that groups the information of the flight operator and details of the segment. 
          • OperatingAirline: Element that describes the carrier that operates the flight
            • CarrierCodeID: Alphanumeric  (2). ISO IATA code for the airline. 
            • CarrierShortName: Optional. Alphanumeric (30). Airline marketing name.
            • FlightNumber: Numeric (4). flight number for the operating carrier.

          • DepartureInformation: Element that contains the information of the flight departure.
            • BoardingPoint: Alphabetic (3). ISO IATA code for the boarding airport
            • BoardingDate: Date. ISO date for departure

        • PassengerList: Element that contains the passengers list and association to their segments. 
          • PassengerInfo: Element of information for each passenger.
            • PsgrRPH: ID for the passenger resulting from the system.
            • Order:  Numeric, Order number on the checkin list.
            • BookingId: Alphanumeric  (6). Booking code where the passenger belongs to. 
            • PassengerSurname: Alphanumeric . Passenger last name. 
            • PassengerName: Alphanumeric . Passengers name. 
            • PTC: Alphabetic (3). IATA code for the type of passenger (ADT=Adult; CHD=Minor /Child ; INF=Infant/Baby).
            • PassengerFoid: Alphanumeric  (15). Document type and ID number. 
            • PassengerDestination: Alphabetic (3). ISO IATA code arrival airport. 
            • Cabin: Contains the information of the cabin where the passenger is checked.
              • Code: Alphabetic (2). Cabin code (F=First; C=Business; Y=Economy).
              • Description: Alphabetic (10). Cabin name
            • BaggageInformation: Element that contains the information regarding the passenger luggage. 
              • BagUnit: Numeric. Integer. Amount of accepted luggage. 
              • BagWeigth: Numeric.Weight of the accepted luggage.
              • BaggageInterruptAirport: Optional. Alphabetic (3). Connection/Stopover airport where the baggage is exchange. 
              • IsBaggagePool: Boolean (Y/N). Indicates if the passenger has pool luggage.
              • BagTagInformation: Alphanumeric  (16). Bag tag number. 
            • PsgrWeight: Numeric. Integer. Passengers weight. 
            • PsgrCategory: Alphanumeric (3). Code for passenger category. 
            • PrintPsgrBoard: Boolean. (Y/N).Optional. Indicates printed boarding pass. 
            • PsgrRemark: Alphanumeric . Comments of the passengers added on the system. 
            • TSADescription: Alphanumeric . Description of the passenger for the sys DHS/TSA.
            • TSAFreeText: Alphanumeric (30). Comment regarding DHS/TSA.
            • WarningPsgrInformation: Alphanumeric (30). Warning information regarding the passenger. 
            • CarrierChangedPrinter: Boolean (Y/N). Indicates if the carrier had a recent change on the printer. 
            • PrintingBoardingData: Element that contains the information of the boarding pass printed for the passenger. 
              • BoardingPass: Element that contains the particular information to be printed on the passengers boarding pass. 
                • BoardingPassVersion: Decimal (3). Boarding pass version 
                • RecordLocator: Element that makes reference to the accepted passngers booking code. 
                  • ID: Alphanumeric (7). Booking code that belongs to the accepted passenger. 
                  • Coupon: Alphanumeric (10). Booking code plus coupon number where the accepted segment was issued. 
                • FlightCarrier: Alphanumeric (2). ISO code for the airline. 
                • FlightNumber: Integer (4). Flight number  
                • BookingClass: Alphabetic (1). Booking class for the segment. 
                • BoardingDate: Date. ISO boarding date.   
                • BoardingTime: Time. ISO. Boarding time. 
                • DepartureAirportCode: Alphabetic (3).ISO IATA code. Departure airport.
                • ArrivalAirportCode: Alphabetic (3). ISO IATA code. Arrival airport.
                • PsgrName: Alphabetic special (36).  Passengers Last name/Name to print on the boarding pass.
                • PsgrFoid: Alphanumeric (25). Code and ID number for the passenger 
                • PsgrFrequentFlyer: Alphanumeric (25). ID number of the frequent flyer program. 
                • SecuritySelectee: Alphabetic. Indicates Selectee passenger. 
                • TerminalInformation: Element that contains the exit terminal information. 
                  • Gate: Alphanumeric (4). Boarding gate. 
                • Seat: Alphanumeric (4). Assigned seat. 
                • BoardingGroupName: Alphanumeric (20). Boarding group name.
                • BoardingGroupIdentifier: Alphanumeric  (4). Code for the identifier boarding group.
                • FlightAdditionalInfo: Alphanumeric (30). Airline name operating when is different to Marketing Airline.
                • BaggaggeReference: Special.(8). Indicates the reference of the bagtag. 
                • BoardingNumber: Integer (4). Boarding pass number. 
                • ETicketNumber: Integer (13). Ticket number. 
                • AgentCheckIn: Alphanumeric (10). Agent performing the check in proces. (AgentSine of Web Service)
                • BarCode2Info: Alphanumeric special (50). Information regarding the barcode. 
                • DepartureAirportName: Alphanumeric (50). Departure airport name. 
                • ArrivalAirportName: Alphanumeric (50). Arrival airport name. 

Related content

KIU_AirCheckinModify
KIU_AirCheckinModify
More like this
KIU_AirCheckInRQ/RS
KIU_AirCheckInRQ/RS
More like this
KIU_AirSeatMap
More like this
KIU_AirDemandTicketRQ/RS
KIU_AirDemandTicketRQ/RS
More like this
KIU_AirSeatMap
More like this
KIU_AirAvailRQ/RS
KIU_AirAvailRQ/RS
More like this