BagInformationMessage

ADD TermDescription
IataBagInformationMessage

Text string containing one of the IATA Bag-oriented messages in teletype format, for instance a BSM (Baggage Source Message) or a BPM (Baggage Processed Message).  NB! Start and end token ("BSM"/"ENDBSM", "BPM"/"ENDBPM") must be included in the text string. Only one message per BagInformationMessage text string.

The messages are defined by IATA Resolution 1745.

BSM example:

BSM
.V/1LOSL
.F/SK4416/05FEB/TOS/C
.N/0117814872001
.S/N/05A/C/051/051//N/I
.W/P/1
.P/XXXXXXXX/XXXXXXX
.E/PRIO
ENDBSM

BPM example:

BPM
.V/1LOSL
.J/S/BGFUSION/CI621/05FEB/1059L/LB9/LB9
.F/SK4416/05FEB/TOS
.N/0117814872001
.R/DIVERTEDOK
.X//CLR///HBS302/HBSLEVEL1
ENDBPM






TransactionData

TransactionData contains additional data related to the submitted data. This is for instance to make logging more complete and distributed debugging possible.

ACI DD Term
Notes
CorrelationId
Identifier that can be used to correlate messages, transactions, log entries etc. The identifier should be unique across all relevant systems. It is the responsibility of the creator of the message/transaction/log entry/...  to guarantee uniqueness. The TransactionData can for instance be a GUID, or something based on site specific rules.
TransactionData is primarily used to simplify distributed debugging/tracing. To be able to easily search for the same thing across systems is very helpful.
SourceParty
Name of the Party that created/sent/supplied the data. This might be an Airline, a Handler, an Airport or any relevant partner. The value set are site specific.
PartyIdentifier: string (32)  System specific identifier of a Party

SourceTimestamp

UTC timestamp for when the source (data) was updated. If unknown, use current (UTC) time.

  • No labels