The figure below shows the service interface.
SetIPI (TransData, InboundPassengerInformation): ResponseStatus
Sets information about inbound passengers on the arriving flight.
Parameters:
- TransData: Metadata about the transaction (this operation).
- InboundPassengerInformation: Contains:
- FlightLegIdentifier: Identifies the arriving flight
- InboundPassengerData [1..*]: Information about at least one passengers on the arriving flight and any checked baggage. All boarded passengers should be included.
Returns: ResponseStatus - See definition under "Data entities".
SetIPIFromPRL (TransData, prlData: String): ResponseStatus
Sets information about inbound passengers on the arriving flight.
Parameters:
- TransData: Metadata about the transaction (this operation).
prlData: String
XML string containing the PRL (Passenger Reconciliation List) data. The exact format of this string must be defined as part of the contract between the airport (server side) and the airline (client side), typically in a separate document.
Returns: ResponseStatus - See definition under "Data entities".