Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ADD Term / EntityComments
AirportIATAThe airport where the baggage handling system is located.
BhsBatchId : GUID

Uniquely identifies a batch of bags on the relevant airport, for a given period of time.

NB! Is GUID ok?

BhsBatchEventCode : (string24)

Set of events related to a batch. Possible values:

  • Planned
    The batch has been planned and has been instantiated. 

  • Pending
    At least one bag is associated with the batch, represented with a list of BagTagNumbers.

  • XXXX all bags has been allocated
    All bags have been allocated to the batch, represented with the complete list of BagTagNumbers.

  • DeliveryEstimated
    When the first bag is estimated to be sent.
    We can provide this estimate when batch state changes to 'Processing'
    Does this mean that the first "warning" of a batch arrival is when the first bag is sent?

  • Processing
    The process of delivering the bags in the batch has started. The first bag is on it's way.
    Should include a value for "estimatedArrivalAtLocation".

  • Delivered
    All bags in the batch has been delivered to the relevant location. 

  • Loading
    The first bag in the batch has been requested and is sent to manipulator/speed loader.

  • Completed
    All bags in the batch has been processed (loaded) by the operator. 
  • Cancelled
    The batch has been cancelled. If any bags were associated with the batch they have been released.

bhsBatchEventTimestamp
bhsBatchEventDescription
UniqueFlightLegIdRequired if available. Identifies the flight leg this batch should depart on.
FlightIdRequired if available. The flight this batch is to depart on.
FlightDepartureDateRequired if available.
ArrivalAirportIATARequired if available. Arrival airport for the flight leg this batch departs on. Might not be the final airport for the batch.
SOBTRequired if available.
BinSegregationCodeA list of the segregation codes that this batch covers. 
TransportUnitTypehttps://vrr.aero/knowledge-center/uld-info/uld-id-code/
Set by BRS if not known by BHS.
UldIdThe ULD identifier this batch is loaded into. Only relevant for batches that use ULDs.
NumberOfBags

BatchBagCount

The number of bags in the batch.
BagTagNumberA list of the bag tags that has been allocated to this batch.
BatchLoadLocationThe location where this batch is planned to be delivered or where it actually is being delivered to.
EstimatedArrAtLocation

Estimate for the arrival of the first bag at the "BatchLoadLocation".

BatchSequenceREMOVE