The figure below shows the service interface.

SetIPI (TransDataInboundPassengerInformation): ResponseStatus

Sets information about inbound passengers on the arriving flight.

Parameters:

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".

 

  • No labels