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