Download OpenAPI specification:
OpenAir Datahub acts as a central data repository for all functions, which affect the efficient functioning of an airport. Data can be ingested from various sources via standardized interfaces. The way of getting data out of it is similar; there are standardized REST and MQTT interfaces to fetch the data. The data structure is based on industry standards such as IATA's AIDM and ACI's ACRIS combined with decades of Vanderlande Logistics industry knowledge.
Transfers a bag tracking event to ADH. This may change the state of the bag tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
Transfers a bag screening event to ADH. This may change the state of the bag tag.New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
Transfers a bag load into uld event to ADH. This may change the state of the bag tag.New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
Transfers a bag containerization event to ADH. This may change the state of the bag tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
Transfers a bag check in event to ADH. This may change the state of the bag tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
Transfers a bag change event to ADH. This may change the state of the bag tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
Transfers a bag cancel event to ADH. This may change the state of the bag tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
| bag-id |
string
Unique id for the bag. Can be used for an unlimited period of time. |
|
Array of objects
(BagTagIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
tag
required
|
string
Tag number of the bag tag. Latest tag number in case of re-tagging. Must not start or end with space. |
|
Array of objects
(BagSegment)
Previous segments. |
|
|
object
(BagSegment)
Inbound segment. |
|
|
object
(BagSegment)
Outbound segment. |
|
|
Array of objects
(BagSegment)
Onward segments. |
|
| bag-type |
string
Bag type identifier. |
|
object
(Passenger)
Passenger information for the bag. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
| passenger-status |
string
Passenger Status |
| direction |
string
Enum:
"INBOUND"
"OUTBOUND"
"TRANSFER"
The direction of the bag. |
|
tracking-point-type
required
|
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"ULD_SECURE_STORE_IN"
"ULD_SECURE_STORE_OUT"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
"PROBLEM_AREA_DISCHARGE"
"DEPARTED_FROM_PROBLEM_AREA"
Type of tracking point. Depending on the type use either outbound-segment(BHS_INDUCTION, ATR, MES, BVS, EBS_IN, EBS_OUT, MUP_DISCHARGE, RECONCILED, CART_LOAD, LOAD, DEPARTED_FROM_MUP, ARRIVED_AT_BAY, ULD_SECURE_STORE_IN, ULD_SECURE_STORE_OUT)or inbound-segment(ATR, DEPARTED_FROM_BAY, ARRIVED_AT_TRANSFER_LATERAL, ARRIVED_AT_RECLAIM_BELT, UNLOAD, ULD_UNLOAD, RECLAIM_BELT_INDUCTION, DELIVERED, PROBLEM_AREA_DISCHARGE, DEPARTED_FROM_PROBLEM_AREA), never fill both. |
| tracking-state |
string
Enum:
"SUCCESS"
"NO_READ"
"TRACKING_LOST"
"MULTIPLE_READ"
"NO_BSM"
"SEND_TO_PROBLEM"
State of tracking. |
| transport-state |
string
State of transport within BHS. |
{
-
"event-type":
"BagTrackingEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;",
-
"tracking-point-type":
"BHS_INDUCTION",
-
"tracking-state":
"SUCCESS",
-
"transport-state":
"string"
}
|
id
required
|
string
The unique bag-tag-id provided by adh. Searches for this in bag-tag-id or merged-bag-tag-id. |
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"bag-tag-id":
"ABCD-1234",
-
"merged-bag-tag-id":
[
-
"string"
],
-
"tag":
"B12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"direction":
"INBOUND,
OUTBOUND,
TRANSFER",
-
"runningAirportIataCode":
"string",
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-risk":
{
-
"standard-operating-procedure":
{
-
"calculation-time":
"2024-08-20T12:26:47.565851810Z",
-
"risk-level":
"ON_TIME",
-
"previousRiskLevel":
"ON_TIME",
-
"validity":
"2024-08-20T12:26:47.565851810Z",
-
"mup":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"inbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"outbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"tl":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"carousel":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"check-in":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
}
},
-
"minimum-connecting-time":
{
-
"calculation-time":
"2024-08-20T12:26:47.565851810Z",
-
"risk-level":
"ON_TIME",
-
"previousRiskLevel":
"ON_TIME",
-
"validity":
"2024-08-20T12:26:47.565851810Z",
-
"mup":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"inbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"outbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"tl":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"carousel":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"check-in":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
}
},
-
"quick-chute":
{
-
"calculation-time":
"2024-08-20T12:26:47.565851810Z",
-
"risk-level":
"ON_TIME",
-
"previousRiskLevel":
"ON_TIME",
-
"validity":
"2024-08-20T12:26:47.565851810Z",
-
"mup":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"inbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"outbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"tl":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"carousel":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"check-in":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
}
}
},
-
"bag-journey":
{
-
"bag-initialized":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"inbound":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
},
-
"transfer":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
},
-
"in-system":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
},
-
"outbound":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
}
},
-
"global-state":
"ACTIVE"
}
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
|
id
required
|
string
The unique bag-tag-id provided by adh. Searches for this in bag-tag-id or merged-bag-tag-id. |
| tag |
string
The tag number of the bag tag. |
| carrier |
string
The iata code of the operating carrier. |
| flight-number |
string
The (numeric) flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The iata code of an airport as origin airport of a flight leg the bag is booked on. |
| destination-iata-code |
string
The iata code of an airport as destination airport of a flight leg the bag is booked on. |
| created-from |
string
Object creation time by ADH: the start point of the interval in UTC (included). e.g. 2020-01-31T12:30:00.000Z. |
| created-to |
string
Object creation time by ADH: the end point of the interval in UTC (excluded). e.g. 2020-01-31T12:30:00.000Z. |
| updated-from |
string
Last object modification time by ADH: the start point of the interval in UTC (included). e.g. 2020-01-31T12:30:00.000Z. |
| updated-to |
string
Last object modification time by ADH: the end point of the interval in UTC (excluded). e.g. 2020-01-31T12:30:00.000Z. |
| secondary-identifier |
string
A secondary identifier given to the bag tag. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"bag-tag-id":
"ABCD-1234",
-
"merged-bag-tag-id":
[
-
"string"
],
-
"tag":
"B12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"bag-type":
"string",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"bag-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"previous-segment":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"next-segment":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
|
id
required
|
string
The unique bag-tag-id provided by adh. Searches for this in bag-tag-id or merged-bag-tag-id. |
| tag |
string
The tag number of the bag tag. |
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
The iata code of the operating carrier. |
| flight-number |
string
The (numeric part of) flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective Origin Stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The iata code of the departure airport. |
| destination-iata-code |
string
The iata code of the arrival airport. |
| event-type |
string
Enum:
"BAG_CHECK_IN_EVENT"
"BAG_CANCEL_EVENT"
"BAG_CHANGE_EVENT"
"BAG_ROUTE_EVENT"
"BAG_REFLIGHT_EVENT"
"BAG_CONTAINERIZATION_EVENT"
"BAG_TRACKING_EVENT"
"BAG_SCREENING_EVENT"
"BAG_LOAD_INTO_ULD_EVENT"
The event type. |
| tracking-event-sub-type |
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
The tracking event sub-type. |
| secondary-identifier |
string
A secondary identifier given to the bag tag. |
| container-tag |
string
Tag of the a container to search for. |
| location |
string
Location of the container event to search for. |
| source |
string
Source of the container event to search for. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"BAG_CHECK_IN_EVENT",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;"
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| tag |
string
The tag number of the bag tag. |
| carrier |
string
The iata code of the operating carrier. |
| flight-number |
string
The (numeric) flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. |
| origin-iata-code |
string
The iata code of an airport as origin airport of a flight leg the bag is booked on. |
| destination-iata-code |
string
The iata code of an airport as destination airport of a flight leg the bag is booked on. |
| created-from |
string
Object creation time by ADH: the start point of the interval in UTC (included). e.g. 2020-01-31T12:30:00.000Z. |
| created-to |
string
Object creation time by ADH: the end point of the interval in UTC (excluded). e.g. 2020-01-31T12:30:00.000Z. |
| updated-from |
string
Last object modification time by ADH: the start point of the interval in UTC (included). e.g. 2020-01-31T12:30:00.000Z. |
| updated-to |
string
Last object modification time by ADH: the end point of the interval in UTC (excluded). e.g. 2020-01-31T12:30:00.000Z. |
| secondary-identifier |
string
A secondary identifier given to the bag tag. |
| bag-tag-id |
string
The unique bag-tag-id provided by adh. Looked up in bag-tag-id and merged-bag-tag-id. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"bag-tag-id":
"ABCD-1234",
-
"merged-bag-tag-id":
[
-
"string"
],
-
"tag":
"B12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"bag-type":
"string",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"bag-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"previous-segment":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"next-segment":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| tag |
string
The tag number of the bag tag. |
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T13:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
The iata code of the operating carrier. |
| flight-number |
string
The (numeric part of) flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective Origin Stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The iata code of the departure airport. |
| destination-iata-code |
string
The iata code of the arrival airport. |
| event-type |
string
Enum:
"BAG_CHECK_IN_EVENT"
"BAG_CANCEL_EVENT"
"BAG_CHANGE_EVENT"
"BAG_ROUTE_EVENT"
"BAG_REFLIGHT_EVENT"
"BAG_CONTAINERIZATION_EVENT"
"BAG_TRACKING_EVENT"
"BAG_SCREENING_EVENT"
"BAG_LOAD_INTO_ULD_EVENT"
The event type. |
| tracking-event-sub-type |
string
Enum:
"BHS_INDUCTION"
"ATR"
"MES"
"BVS"
"EBS_IN"
"EBS_OUT"
"MUP_DISCHARGE"
"RECONCILED"
"CART_LOAD"
"LOAD"
"DEPARTED_FROM_MUP"
"ARRIVED_AT_BAY"
"DEPARTED_FROM_BAY"
"ARRIVED_AT_TRANSFER_LATERAL"
"ARRIVED_AT_RECLAIM_BELT"
"UNLOAD"
"ULD_UNLOAD"
"RECLAIM_BELT_INDUCTION"
"DELIVERED"
The tracking event sub-type. |
| secondary-identifier |
string
A secondary identifier given to the bag tag. |
| bag-tag-id |
Array of strings
One or more bag-tag-ids. If searching for events of a bagTag pass in bag-tag-id and all merged-bag-tag-id to find all events, even merged ones. |
| container-tag |
string
Tag of the a container to search for. |
| location |
string
Location of the event to search for. |
| source |
string
Source of the event to search for. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"BAG_CHECK_IN_EVENT",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"bag-id":
"EK0123-20250212-HKG-DXB-0123456789",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"tag":
"Tag1234",
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"passenger-status":
"string",
-
"direction":
"INBOUND",
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"authorized-to-load":
true,
-
"authorized-to-transport":
false,
-
"exception":
"GATE;"
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| tag |
string
The tag number of the bag tag. |
| carrier |
string
The iata code of the operating carrier. 2-digit code is expected. |
| flight-number |
string
The (numeric) flight number of operating airline. |
| operational-suffix |
string
Operational suffix of flight segment. Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. |
| origin-iata-code |
string
The iata code of an airport as origin airport of a flight leg the bag is booked on. |
| destination-iata-code |
string
The iata code of an airport as destination airport of a flight leg the bag is booked on. |
| created-from |
string
Object creation time by ADH: the start point of the interval in UTC (included). e.g. 2020-01-31T12:30:00.000Z. |
| created-to |
string
Object creation time by ADH: the end point of the interval in UTC (excluded). e.g. 2020-01-31T12:30:00.000Z. |
| updated-from |
string
Last object modification time by ADH: the start point of the interval in UTC (included). e.g. 2020-01-31T12:30:00.000Z. |
| updated-to |
string
Last object modification time by ADH: the end point of the interval in UTC (excluded). e.g. 2020-01-31T12:30:00.000Z. |
| secondary-identifier |
string
A secondary identifier given to the bag tag. |
| bag-tag-id |
string
The unique bag-tag-id provided by adh. Looked up in bag-tag-id and merged-bag-tag-id. |
| container-tag |
string
The container tag that was submitted in containerization events. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"bag-tag-id":
"ABCD-1234",
-
"merged-bag-tag-id":
[
-
"string"
],
-
"tag":
"B12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"ABCD-1234",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"bag-type":
"Hard
Shell",
-
"passenger":
{
-
"pnr":
"string",
-
"name":
"Smith",
-
"first-name":
"John",
-
"gender":
"male",
-
"title":
"Mr.",
-
"phone":
"001
123
456
789",
-
"email":
"passenger@test.com",
-
"id":
"ABCD-1234",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
]
},
-
"bag-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"inbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"outbound-segment":
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
},
-
"direction":
"INBOUND,
OUTBOUND,
TRANSFER",
-
"runningAirportIataCode":
"string",
-
"onward-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"previous-segments":
[
-
{
-
"sequence-number":
0,
-
"tag":
"B12345678",
-
"class-of-travel":
"M",
-
"is-rush-bag":
true,
-
"passenger-is-crew-member":
true,
-
"bag-activities":
{
-
"check-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"cancel":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reflight":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"reroute":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"screening":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"level":
0,
-
"cleared":
true
},
-
"bhs-induction":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"atr":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"bvs":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mes":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-in":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"ebs-out":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"mup-discharge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-mup":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"depart-bay":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-transfer-lateral":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"arrive-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"uld-tag":
"string",
-
"container-tag":
"A12345678",
-
"container-type":
"ULD",
-
"container-activity":
"LOAD"
},
-
"unload-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-uld":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"remove-from-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"reconciled":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"unload":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"delivered":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"load-into-aircraft":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"merge":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string",
-
"container-tag":
"A12345678",
-
"container-activity":
"LOAD",
-
"container-type":
"ULD"
},
-
"induct-reclaim-belt":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"risk-level":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
}
},
-
"oldest-inbound-activity-type":
"string",
-
"oldest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-inbound-activity-type":
"string",
-
"newest-inbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"oldest-outbound-activity-type":
"string",
-
"oldest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"newest-outbound-activity-type":
"string",
-
"newest-outbound-activity":
{
-
"location-type":
"SEGMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"string"
},
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"newest-activity-type":
"string",
-
"state":
"ACTIVE,
COMPLETED
or
DELETED",
-
"enriched":
true
}
],
-
"bag-risk":
{
-
"standard-operating-procedure":
{
-
"calculation-time":
"2024-08-20T12:26:47.565851810Z",
-
"risk-level":
"ON_TIME",
-
"previousRiskLevel":
"ON_TIME",
-
"validity":
"2024-08-20T12:26:47.565851810Z",
-
"mup":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"inbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"outbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"tl":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"carousel":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"check-in":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
}
},
-
"minimum-connecting-time":
{
-
"calculation-time":
"2024-08-20T12:26:47.565851810Z",
-
"risk-level":
"ON_TIME",
-
"previousRiskLevel":
"ON_TIME",
-
"validity":
"2024-08-20T12:26:47.565851810Z",
-
"mup":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"inbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"outbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"tl":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"carousel":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"check-in":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
}
},
-
"quick-chute":
{
-
"calculation-time":
"2024-08-20T12:26:47.565851810Z",
-
"risk-level":
"ON_TIME",
-
"previousRiskLevel":
"ON_TIME",
-
"validity":
"2024-08-20T12:26:47.565851810Z",
-
"mup":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"inbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"outbound-bay":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"tl":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"carousel":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
},
-
"check-in":
{
-
"assigned":
"CHUTE
03",
-
"time":
"2024-08-20T12:26:47.565851810Z"
}
}
},
-
"bag-journey":
{
-
"bag-initialized":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"inbound":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
},
-
"transfer":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
},
-
"in-system":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
},
-
"outbound":
{
-
"uld-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-in":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-ebs-out":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mup":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-processing":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-landed":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-clear":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-driving":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-offloaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-bulk":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"mup-uld":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"aircraft-air":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"passenger-bag":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-aircraft":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-bay":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-off-loaded":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bag-tralat":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"uld-reclaim":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
},
-
"bhs-mes":
{
-
"estimated-time":
"2019-08-24T14:15:22Z",
-
"actual-time":
"2019-08-24T14:15:22Z"
}
}
},
-
"global-state":
"ACTIVE"
}
]
Transfers a container storage event to ADH. This may change the state of the container tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
| container-id |
string
Unique id for the container. Can be used for an unlimited period of time. |
|
tag
required
|
string
Tag number of the container for the current journey/usage . |
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers for the container journey/usage used by airports etc. |
|
|
required
|
Array of objects
(ContainerEventSegment)
Flight segment(s) for which the event occurred. |
|
required
|
object
Container activity for which the event occurred. Using different subtypes depending on event-type. |
| adh-id |
string
Unique event id within ADH. |
| correlation-id |
string
The global id which identifies this object across multiple applications. |
{
-
"event-type":
"ContainerStorageEvent",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1",
-
"storage-position":
"UL3"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
Transfers a container security event to ADH. This may change the state of the container tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
| container-id |
string
Unique id for the container. Can be used for an unlimited period of time. |
|
tag
required
|
string
Tag number of the container for the current journey/usage . |
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers for the container journey/usage used by airports etc. |
|
|
required
|
Array of objects
(ContainerEventSegment)
Flight segment(s) for which the event occurred. |
|
required
|
object
Container activity for which the event occurred. Using different subtypes depending on event-type. |
| adh-id |
string
Unique event id within ADH. |
| correlation-id |
string
The global id which identifies this object across multiple applications. |
{
-
"event-type":
"ContainerStorageEvent",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1",
-
"storage-position":
"UL3"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
Transfers a container registration event to ADH. This may change the state of the container tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
| container-id |
string
Unique id for the container. Can be used for an unlimited period of time. |
|
tag
required
|
string
Tag number of the container for the current journey/usage . |
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers for the container journey/usage used by airports etc. |
|
|
required
|
Array of objects
(ContainerEventSegment)
Flight segment(s) for which the event occurred. |
|
required
|
object
Container activity for which the event occurred. Using different subtypes depending on event-type. |
| adh-id |
string
Unique event id within ADH. |
| correlation-id |
string
The global id which identifies this object across multiple applications. |
{
-
"event-type":
"ContainerStorageEvent",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1",
-
"storage-position":
"UL3"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
Transfers a container movement event to ADH. This may change the state of the container tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
| container-id |
string
Unique id for the container. Can be used for an unlimited period of time. |
|
tag
required
|
string
Tag number of the container for the current journey/usage . |
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers for the container journey/usage used by airports etc. |
|
|
required
|
Array of objects
(ContainerEventSegment)
Flight segment(s) for which the event occurred. |
|
required
|
object
Container activity for which the event occurred. Using different subtypes depending on event-type. |
| adh-id |
string
Unique event id within ADH. |
| correlation-id |
string
The global id which identifies this object across multiple applications. |
{
-
"event-type":
"ContainerStorageEvent",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1",
-
"storage-position":
"UL3"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
Transfers a container containerization event to ADH. This may change the state of the container tag. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
| container-id |
string
Unique id for the container. Can be used for an unlimited period of time. |
|
tag
required
|
string
Tag number of the container for the current journey/usage . |
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers for the container journey/usage used by airports etc. |
|
|
required
|
Array of objects
(ContainerEventSegment)
Flight segment(s) for which the event occurred. |
|
required
|
object
Container activity for which the event occurred. Using different subtypes depending on event-type. |
| adh-id |
string
Unique event id within ADH. |
| correlation-id |
string
The global id which identifies this object across multiple applications. |
{
-
"event-type":
"ContainerStorageEvent",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1",
-
"storage-position":
"UL3"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
In case of merged container tags, the container-tag where it is merged to is returned.
|
id
required
|
string
The unique container tag-id provided by adh. |
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"tag-id":
"string",
-
"tag":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"tag":
"A12345678",
-
"activities":
{
-
"register":
{
-
"type":
"REGISTRATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"REGISTER",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1"
},
-
"close":
{
-
"type":
"SECURITY",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"SCREEN"
},
-
"deliver-at-mup":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"acquire-at-mup":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"deliver-at-store":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"receipt":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"storage-position":
"UL3"
},
-
"put-away":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"storage-position":
"UL3"
},
-
"withdraw":
{
-
"type":
"STORAGE",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"RECEIPT",
-
"storage-position":
"UL3"
},
-
"acquire-at-store":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"deliver-at-bay":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"load":
{
-
"type":
"CONTAINERIZATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"LOAD",
-
"aircraft-compartment":
{
-
"hold":
"string",
-
"compartment":
"string"
},
-
"load-position":
"L2",
-
"load-remarks":
"[CRT/0,
AVI]"
},
-
"offload":
{
-
"type":
"CONTAINERIZATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"LOAD",
-
"aircraft-compartment":
{
-
"hold":
"string",
-
"compartment":
"string"
},
-
"load-position":
"L2",
-
"load-remarks":
"[CRT/0,
AVI]"
},
-
"acquire-at-bay":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"deliver-at-transfer-lateral":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"deliver-at-reclaim-belt":
{
-
"type":
"MOVEMENT",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"ACQUIRE",
-
"location-type":
"MUP"
},
-
"open":
{
-
"type":
"SECURITY",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"SCREEN"
},
-
"empty":
true,
-
"remove":
{
-
"type":
"CONTAINERIZATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"LOAD",
-
"aircraft-compartment":
{
-
"hold":
"string",
-
"compartment":
"string"
},
-
"load-position":
"L2",
-
"load-remarks":
"[CRT/0,
AVI]"
},
-
"property1":
{
-
"type":
"REGISTRATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"REGISTER",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1"
},
-
"property2":
{
-
"type":
"REGISTRATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"REGISTER",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1"
}
}
}
]
}
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
|
id
required
|
string
The unique container tag-id provided by adh. |
| tag |
string
The tag number of the container tag. |
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA code of the operating carrierv. |
| flight-number |
string
The (numeric part of) flight number of operating airlinev. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective Origin Stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of the departure airport. |
| destination-iata-code |
string
The IATA code of the arrival airport. |
| event-type |
string
Enum:
"CONTAINERIZATION"
"MOVEMENT"
"REGISTRATION"
"SECURITY"
"STORAGE"
The event type: |
| event-function |
string
Enum:
"LOAD"
"OFFLOAD"
"REMOVE"
"ACQUIRE"
"TRACK"
"DELIVER"
"REGISTER"
"SCREEN"
"CLOSE"
"OPEN"
"SEAL"
"UNSEAL"
"RECEIPT"
"PUT_AWAY"
"WITHDRAW"
The event function: |
| secondary-identifier |
string
A secondary identifier given to the container tag. |
| location |
string
Location of the event to search for. |
| source |
string
Source of the event to search for. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"string",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"REGISTRATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"REGISTER",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| tag |
string
The tag number of the container tag. |
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA code of the operating carrier. |
| Flight-number |
string
The (numeric part of) flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective Origin Stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of the departure airport. |
| destination-iata-code |
string
The IATA code of the arrival airport. |
| event-type |
string
Enum:
"CONTAINERIZATION"
"MOVEMENT"
"REGISTRATION"
"SECURITY"
"STORAGE"
The event type: |
| event-function |
string
Enum:
"LOAD"
"OFFLOAD"
"REMOVE"
"ACQUIRE"
"TRACK"
"DELIVER"
"REGISTER"
"SCREEN"
"CLOSE"
"OPEN"
"SEAL"
"UNSEAL"
"RECEIPT"
"PUT_AWAY"
"WITHDRAW"
The event function: |
| secondary-identifier |
string
A secondary identifier given to the container tag. |
| tag-id |
Array of strings
One or more container-tag-ids. If searching for events of a containerTag pass in container-tag-id and all merged-container-tag-id to find all events, even merged ones. |
| location |
string
Location of the event to search for. |
| source |
string
Source of the event to search for. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"string",
-
"container-id":
"string",
-
"tag":
"AKE12345678",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"segments":
[
-
{
-
"sequence-number":
0,
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
}
],
-
"activity":
{
-
"type":
"REGISTRATION",
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_14",
-
"source":
"TRA
Scanner
12",
-
"function":
"REGISTER",
-
"container-number":
"string",
-
"container-type":
"ULD",
-
"container-subtype":
"AKE",
-
"commodity-code":
"BTA1"
},
-
"adh-id":
"string",
-
"correlation-id":
"string"
}
]
Transfers a flight time event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a flight scheduled event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a gate resource event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a pax count event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a check-in desks resource event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a flight cancelled event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a terminal resource event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers an aircraft parking position resource event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
Transfers a flight aircraft allocation event to ADH. This may change the state of the flight leg. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
| identifier-string |
string
Deprecated
Flight leg identifier as string. Deprecated, use identifier-string from identifier instead. |
| flight-id |
string
Unique identifier for the flight. |
| flight-state |
string
Enum:
"SCHEDULED"
"CANCELLED"
"OFF_BLOCK"
"DEPARTED"
"LANDED"
"IN_BLOCK"
The current state of the flight. |
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
|
required
|
Array of objects
(FlightTime)
List of flight times to set or update. |
|
departure-or-arrival
required
|
string
Enum:
"DEPARTURE"
"ARRIVAL"
Indicator for departure or arrival related information. |
{
-
"event-type":
"FlightTimeEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
],
-
"flight-times":
[
-
{
-
"milestone":
"LDT",
-
"time-kind":
"SCHEDULED",
-
"timestamp":
"2019-08-24T14:15:22Z"
}
]
}
|
id
required
|
string
The flight leg id. |
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"id":
"string",
-
"identifier-string":
"string",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"outbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"inbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
},
-
"aircraft":
{
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"registration-number":
"string"
},
-
"is-international":
true,
-
"state":
"SCHEDULED",
-
"flight-pax":
{
-
"pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
}
},
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
]
}
Return empty result if there are no events for the specified flight leg. If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
|
id
required
|
string
The FlightLeg id. |
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| event-type |
string
Enum:
"FLIGHT_SCHEDULED_EVENT"
"AIRCRAFT_ALLOCATION_EVENT"
"FLIGHT_TIME_EVENT"
"FLIGHT_CANCELLED_EVENT"
"GATE_RESOURCE_EVENT"
"AIRCRAFT_PARKING_POSITION_RESOURCE_EVENT"
"AIRCRAFT_TERMINAL_RESOURCE_EVENT"
"BAGGAGE_MAKE_UP_BELT_RESOURCE_EVENT"
"BAGGAGE_TRANSFER_LATERAL_RESOURCE_EVENT"
"BAGGAGE_CLAIM_UNIT_RESOURCE_EVENT"
"CHECK_IN_DESKS_RESOURCE_EVENT"
"FLIGHT_PAX_COUNT_EVENT"
The event type: |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"FLIGHT_SCHEDULED_EVENT",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
]
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of an airport as origin airport for a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport for a flight leg. |
| event-type |
string
Enum:
"FLIGHT_SCHEDULED_EVENT"
"AIRCRAFT_ALLOCATION_EVENT"
"FLIGHT_TIME_EVENT"
"FLIGHT_CANCELLED_EVENT"
"GATE_RESOURCE_EVENT"
"AIRCRAFT_PARKING_POSITION_RESOURCE_EVENT"
"AIRCRAFT_TERMINAL_RESOURCE_EVENT"
"BAGGAGE_MAKE_UP_BELT_RESOURCE_EVENT"
"BAGGAGE_TRANSFER_LATERAL_RESOURCE_EVENT"
"BAGGAGE_CLAIM_UNIT_RESOURCE_EVENT"
"CHECK_IN_DESKS_RESOURCE_EVENT"
"FLIGHT_PAX_COUNT_EVENT"
The event type: |
| location |
string
Location of the event to search for. |
| source |
string
Source of the event to search for. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"FLIGHT_SCHEDULED_EVENT",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"identifier-string":
"string",
-
"flight-id":
"string",
-
"flight-state":
"SCHEDULED",
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sobt":
"2019-08-24T14:15:22Z",
-
"sibt":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"aircraft-registration":
"string",
-
"is-international":
true,
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"check-in-desks":
"Check-in
desk
11,
Check-in
desk
12",
-
"aircraft-parking-position":
"Bay
15",
-
"terminal":
"Terminal
A",
-
"departure-or-arrival":
"DEPARTURE",
-
"baggage-claim-units":
[
-
"string"
]
}
]
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. |
| origin-iata-code |
string
The IATA code of an airport as origin airport of a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport of a flight leg. |
| from |
string
The (included) start point of the interval in UTC for the scheduled departure/ arrival time depending on values for origin/ destination airport. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The (excluded) end point of the interval in UTC for the scheduled departure/ arrival time depending on values for origin/ destination airport. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"id":
"string",
-
"identifier-string":
"string",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"outbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"inbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
},
-
"aircraft":
{
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"registration-number":
"string"
},
-
"is-international":
true,
-
"state":
"SCHEDULED",
-
"flight-pax":
{
-
"pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
}
},
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
]
}
]
Transfers a pax count event to ADH. This will create and send flight pax count event to flight event border. New data is processed asynchronously and may need some time to be updated.
|
event-type
required
|
string
Type of event, must match the type defined for the concrete subclass. |
|
event-time
required
|
string
<date-time>
Timestamp when the event occurred in UTC. |
| location |
string
Location id where the event occured. |
|
source
required
|
string
System generating the event. |
|
required
|
object
(FlightIdentifier)
identifying properties of flight leg. Additional constraints apply: The event-time must be in the range of 180 days before and 180 days after origin-date |
|
Array of objects
(SecondaryIdentifier)
unique
Additionally identifiers used by BHS etc. |
|
| sourceId |
string
|
| adhId |
string
|
| correlationId |
string
|
|
required
|
object
(FlightPax)
Set of passengers and bags count. |
{
-
"event-type":
"PaxCountEvent",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"flight-pax":
{
-
"pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
}
}
}
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of an airport as origin airport for a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport for a flight leg. |
| event-type |
string
Value:
"PAX_COUNT_EVENT"
The event type: |
| location |
string
Location of the event to search for. |
| source |
string
Source of the event to search for. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"event-type":
"PAX_COUNT_EVENT",
-
"event-time":
"2019-08-24T14:15:22Z",
-
"location":
"TRA_12",
-
"source":
"Scanner
TRA_12",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"sourceId":
"string",
-
"adhId":
"string",
-
"correlationId":
"string",
-
"flight-pax":
{
-
"pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
}
}
}
]
Return empty result if there are no BSM. If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of an airport as origin airport for a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport for a flight leg. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"dimension":
{
-
"weight-indicator":
"K",
-
"check-bag-count":
2,
-
"checked-bag-weight":
33,
-
"unchecked-bag-weight":
5,
-
"dimension-indicator":
"CM",
-
"bag-length":
123,
-
"bag-width":
63,
-
"bag-height":
23,
-
"bag-type-code":
"02HWX"
},
-
"state":
{
},
-
"status-indicator":
"CHG",
-
"version-data":
{
-
"version":
"string",
-
"encryption":
"123ABC456Z",
-
"baggage-source-indicator":
"L",
-
"origin-iata-code":
"DXB",
-
"part-number":
"PART1",
-
"message-reference-number":
"BA21900123",
-
"acknowledgement-request":
"A"
},
-
"outbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"onward-flights":
[
-
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
}
],
-
"bag-exception-data":
"RUSH",
-
"internal-airline-data":
"FREE
TEXT",
-
"bag-tag":
"string",
-
"reconciliation-data":
{
-
"authority-to-load":
"Y",
-
"seat-number":
"10A",
-
"passenger-status":
"C",
-
"sequence-number":
98,
-
"security-number":
88,
-
"passenger-profile-status":
"Y",
-
"authority-to-transport":
"Y",
-
"bagtag-status":
"A"
},
-
"security-screening":
{
-
"screen-instructor":
"DEF",
-
"screen-result":
"CLR",
-
"screen-result-reason":
"D",
-
"screen-method":
"string",
-
"screen-autograph":
"string",
-
"screen-comment":
"string"
}
}
]
Parses a BSM (baggage source message) and generates a bag event. New data is processed asynchronously and may need some time to be updated.
|
message
required
|
string
|
| pipeline |
string
|
|
payload
required
|
string
Content of a BSM |
| correlation-id |
string
The global id which identifies this object across multiple applications. If no correlation id is provided, ADH will generate one. |
{
-
"message":
"string",
-
"pipeline":
"string",
-
"payload":
"BSM\r\n.V/1XSIN\r\n.I/AI0101/19MAY/BOM/Y\r\n.N/0097883333001\r\nENDBSM",
-
"correlation-id":
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
"string"
|
id
required
|
string
UUID that was provided upon creation. |
{
-
"dimension":
{
-
"weight-indicator":
"K",
-
"check-bag-count":
2,
-
"checked-bag-weight":
33,
-
"unchecked-bag-weight":
5,
-
"dimension-indicator":
"CM",
-
"bag-length":
123,
-
"bag-width":
63,
-
"bag-height":
23,
-
"bag-type-code":
"02HWX"
},
-
"state":
{
},
-
"status-indicator":
"CHG",
-
"version-data":
{
-
"version":
"string",
-
"encryption":
"123ABC456Z",
-
"baggage-source-indicator":
"L",
-
"origin-iata-code":
"DXB",
-
"part-number":
"PART1",
-
"message-reference-number":
"BA21900123",
-
"acknowledgement-request":
"A"
},
-
"outbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"onward-flights":
[
-
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
}
],
-
"bag-exception-data":
"RUSH",
-
"internal-airline-data":
"FREE
TEXT",
-
"bag-tag":
"string",
-
"reconciliation-data":
{
-
"authority-to-load":
"Y",
-
"seat-number":
"10A",
-
"passenger-status":
"C",
-
"sequence-number":
98,
-
"security-number":
88,
-
"passenger-profile-status":
"Y",
-
"authority-to-transport":
"Y",
-
"bagtag-status":
"A"
},
-
"security-screening":
{
-
"screen-instructor":
"DEF",
-
"screen-result":
"CLR",
-
"screen-result-reason":
"D",
-
"screen-method":
"string",
-
"screen-autograph":
"string",
-
"screen-comment":
"string"
}
}
Return empty result if there are no BPM. If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of an airport as origin airport for a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport for a flight leg. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"bag-tag":
"string",
-
"bag-ids":
[
-
{
-
"is-regular":
true,
-
"bag-tag":
"0120123456",
-
"consecutive-tags":
"002"
}
],
-
"version-data":
{
-
"version":
"string",
-
"encryption":
"123ABC456Z",
-
"baggage-source-indicator":
"L",
-
"origin-iata-code":
"DXB",
-
"part-number":
"PART1",
-
"message-reference-number":
"BA21900123",
-
"acknowledgement-request":
"A"
},
-
"processing-info":
{
-
"secondary-code":
"R",
-
"agent-identification":
"43S",
-
"scanner-identification":
"120D32",
-
"date-time":
"09MAR
154512L",
-
"time-zone-indicator":
"L",
-
"reading-location":
"B2",
-
"sent-to-location":
"RI"
},
-
"outbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"loading-data":
{
-
"container-tag":
"AKE123456",
-
"loading-location":
"11L",
-
"type-of-baggage":
"T",
-
"class-of-travel":
"Y",
-
"destination-airport-code":
"NRT",
-
"sealed-container-indicator":
"Y",
-
"connection-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"container-handling-type":
"PRIO"
},
-
"load-sequence-number":
9,
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"onward-flights":
[
-
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
}
],
-
"reconciliation-data":
{
-
"authority-to-load":
"Y",
-
"seat-number":
"10A",
-
"passenger-status":
"C",
-
"sequence-number":
98,
-
"security-number":
88,
-
"passenger-profile-status":
"Y",
-
"authority-to-transport":
"Y",
-
"bagtag-status":
"A"
},
-
"handling-location":
{
-
"handling-terminal":
"T1",
-
"handling-bay":
"NORTH",
-
"handling-gate-stand-claim":
16
},
-
"bag-dimension-data":
{
-
"weight-indicator":
"K",
-
"check-bag-count":
2,
-
"checked-bag-weight":
33,
-
"unchecked-bag-weight":
5,
-
"dimension-indicator":
"CM",
-
"bag-length":
123,
-
"bag-width":
63,
-
"bag-height":
23,
-
"bag-type-code":
"02HWX"
},
-
"bag-tag-printer-id":
"BACA99",
-
"bag-exception":
"RUSH",
-
"internal-airline-data":
"SCANNED",
-
"security-screening":
{
-
"screen-instructor":
"DEF",
-
"screen-result":
"CLR",
-
"screen-result-reason":
"D",
-
"screen-method":
"string",
-
"screen-autograph":
"string",
-
"screen-comment":
"string"
}
}
]
Parses a BPM (baggage processed message) and generates a bag event. New data is processed asynchronously and may need some time to be updated.
|
message
required
|
string
Content of a BPM |
| pipeline |
string
|
| correlation-id |
string
The global id which identifies this object across multiple applications. If no correlation id is provided, ADH will generate one. |
{
-
"message":
"BPM\r\n.V/1LSYD\r\n.J/R/TOSYD//09MAR/195959L/DNATABS//MU\r\n.U/AKE12345AB//M//DXB\r\n.N/0123398891001\r\nENDBPM",
-
"pipeline":
"string",
-
"correlation-id":
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
"string"
|
id
required
|
string
UUID that was provided upon creation. |
{
-
"bag-tag":
"string",
-
"bag-ids":
[
-
{
-
"is-regular":
true,
-
"bag-tag":
"0120123456",
-
"consecutive-tags":
"002"
}
],
-
"version-data":
{
-
"version":
"string",
-
"encryption":
"123ABC456Z",
-
"baggage-source-indicator":
"L",
-
"origin-iata-code":
"DXB",
-
"part-number":
"PART1",
-
"message-reference-number":
"BA21900123",
-
"acknowledgement-request":
"A"
},
-
"processing-info":
{
-
"secondary-code":
"R",
-
"agent-identification":
"43S",
-
"scanner-identification":
"120D32",
-
"date-time":
"09MAR
154512L",
-
"time-zone-indicator":
"L",
-
"reading-location":
"B2",
-
"sent-to-location":
"RI"
},
-
"outbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"loading-data":
{
-
"container-tag":
"AKE123456",
-
"loading-location":
"11L",
-
"type-of-baggage":
"T",
-
"class-of-travel":
"Y",
-
"destination-airport-code":
"NRT",
-
"sealed-container-indicator":
"Y",
-
"connection-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"container-handling-type":
"PRIO"
},
-
"load-sequence-number":
9,
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"onward-flights":
[
-
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
}
],
-
"reconciliation-data":
{
-
"authority-to-load":
"Y",
-
"seat-number":
"10A",
-
"passenger-status":
"C",
-
"sequence-number":
98,
-
"security-number":
88,
-
"passenger-profile-status":
"Y",
-
"authority-to-transport":
"Y",
-
"bagtag-status":
"A"
},
-
"handling-location":
{
-
"handling-terminal":
"T1",
-
"handling-bay":
"NORTH",
-
"handling-gate-stand-claim":
16
},
-
"bag-dimension-data":
{
-
"weight-indicator":
"K",
-
"check-bag-count":
2,
-
"checked-bag-weight":
33,
-
"unchecked-bag-weight":
5,
-
"dimension-indicator":
"CM",
-
"bag-length":
123,
-
"bag-width":
63,
-
"bag-height":
23,
-
"bag-type-code":
"02HWX"
},
-
"bag-tag-printer-id":
"BACA99",
-
"bag-exception":
"RUSH",
-
"internal-airline-data":
"SCANNED",
-
"security-screening":
{
-
"screen-instructor":
"DEF",
-
"screen-result":
"CLR",
-
"screen-result-reason":
"D",
-
"screen-method":
"string",
-
"screen-autograph":
"string",
-
"screen-comment":
"string"
}
}
Return empty result if there are no BUM. If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| origin-iata-code |
string
The IATA code of an airport as origin airport for a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport for a flight leg. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"version-data":
{
-
"version":
"string",
-
"encryption":
"123ABC456Z",
-
"baggage-source-indicator":
"L",
-
"origin-iata-code":
"DXB",
-
"part-number":
"PART1",
-
"message-reference-number":
"BA21900123",
-
"acknowledgement-request":
"A"
},
-
"outbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"loading-data":
{
-
"container-tag":
"AKE123456",
-
"loading-location":
"11L",
-
"type-of-baggage":
"T",
-
"class-of-travel":
"Y",
-
"destination-airport-code":
"NRT",
-
"sealed-container-indicator":
"Y",
-
"connection-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"container-handling-type":
"PRIO"
},
-
"bag-tag":
"string",
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"onward-flights":
[
-
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
}
],
-
"load-sequence-number":
9,
-
"reconciliation-data":
{
-
"authority-to-load":
"Y",
-
"seat-number":
"10A",
-
"passenger-status":
"C",
-
"sequence-number":
98,
-
"security-number":
88,
-
"passenger-profile-status":
"Y",
-
"authority-to-transport":
"Y",
-
"bagtag-status":
"A"
},
-
"handling-location":
{
-
"handling-terminal":
"T1",
-
"handling-bay":
"NORTH",
-
"handling-gate-stand-claim":
16
},
-
"bag-exception":
"RUSH",
-
"internal-airline-data":
"SCANNED",
-
"security-screening":
{
-
"screen-instructor":
"DEF",
-
"screen-result":
"CLR",
-
"screen-result-reason":
"D",
-
"screen-method":
"string",
-
"screen-autograph":
"string",
-
"screen-comment":
"string"
}
}
]
Parses a BUM (baggage processed message) and generates a bag event. New data is processed asynchronously and may need some time to be updated.
|
message
required
|
string
Content of a BUM |
| pipeline |
string
|
| correlation-id |
string
The global id which identifies this object across multiple applications. If no correlation id is provided, ADH will generate one. |
{
-
"message":
"BUM\r\n.V/1TDOH\r\n.F/QR0031/18JUL/EDI/Y\r\n.N/0749328870002\r\n.S/N/18H/C/051/051//N/A\r\nENDBUM",
-
"pipeline":
"string",
-
"correlation-id":
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
"string"
|
id
required
|
string
UUID that was provided upon creation. |
{
-
"version-data":
{
-
"version":
"string",
-
"encryption":
"123ABC456Z",
-
"baggage-source-indicator":
"L",
-
"origin-iata-code":
"DXB",
-
"part-number":
"PART1",
-
"message-reference-number":
"BA21900123",
-
"acknowledgement-request":
"A"
},
-
"outbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"loading-data":
{
-
"container-tag":
"AKE123456",
-
"loading-location":
"11L",
-
"type-of-baggage":
"T",
-
"class-of-travel":
"Y",
-
"destination-airport-code":
"NRT",
-
"sealed-container-indicator":
"Y",
-
"connection-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"container-handling-type":
"PRIO"
},
-
"bag-tag":
"string",
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
},
-
"onward-flights":
[
-
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1
}
],
-
"load-sequence-number":
9,
-
"reconciliation-data":
{
-
"authority-to-load":
"Y",
-
"seat-number":
"10A",
-
"passenger-status":
"C",
-
"sequence-number":
98,
-
"security-number":
88,
-
"passenger-profile-status":
"Y",
-
"authority-to-transport":
"Y",
-
"bagtag-status":
"A"
},
-
"handling-location":
{
-
"handling-terminal":
"T1",
-
"handling-bay":
"NORTH",
-
"handling-gate-stand-claim":
16
},
-
"bag-exception":
"RUSH",
-
"internal-airline-data":
"SCANNED",
-
"security-screening":
{
-
"screen-instructor":
"DEF",
-
"screen-result":
"CLR",
-
"screen-result-reason":
"D",
-
"screen-method":
"string",
-
"screen-autograph":
"string",
-
"screen-comment":
"string"
}
}
Return empty result if there are no CPM. If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| from |
string
The start point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The end point of the interval in UTC. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. e.g. 2020-01-31T12:30:00.000Z. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"ulds":
[
-
{
-
"unknownFields":
[
-
"string"
],
-
"load-position":
"11L",
-
"tag":
"AKE06476AF",
-
"container-subtype":
"AKE",
-
"destination-iata-code":
"SIN",
-
"weight":
290,
-
"load-category-code":
"C",
-
"all-load-category-codes":
"CA",
-
"volume-code":
"CA",
-
"load-remarks":
"[CRT/0,
AVI]"
}
],
-
"bulk":
[
-
"string"
],
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1,
-
"aircraft-registration":
"A7BBG"
},
-
"supplementary-info":
[
-
"string"
],
-
"additional-text":
[
-
"string"
]
}
]
Posting a IATA message CPM - container pallet message.
|
message
required
|
string
Content of a CPM |
| pipeline |
string
|
| correlation-id |
string
The global id which identifies this object across multiple applications. If no correlation id is provided, ADH will generate one. |
{
-
"message":
"CPM\nAB1234/12.A7BBG\n-11L/QKE57447QR/CDE/290/C.PLD.RMD",
-
"pipeline":
"string",
-
"correlation-id":
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
"string"
|
id
required
|
string
UUID that was provided upon creation. |
{
-
"ulds":
[
-
{
-
"unknownFields":
[
-
"string"
],
-
"load-position":
"11L",
-
"tag":
"AKE06476AF",
-
"container-subtype":
"AKE",
-
"destination-iata-code":
"SIN",
-
"weight":
290,
-
"load-category-code":
"C",
-
"all-load-category-codes":
"CA",
-
"volume-code":
"CA",
-
"load-remarks":
"[CRT/0,
AVI]"
}
],
-
"bulk":
[
-
"string"
],
-
"inbound-flight":
{
-
"flight-designator":
"UA423",
-
"origin-date":
"2023-03-30",
-
"carrier":
"UA",
-
"flight-number":
423,
-
"operational-suffix":
"A",
-
"origin-iata-code":
"SIN",
-
"destination-iata-code":
"DXB",
-
"class-of-travel":
"F",
-
"sequence-number":
1,
-
"aircraft-registration":
"A7BBG"
},
-
"supplementary-info":
[
-
"string"
],
-
"additional-text":
[
-
"string"
]
}
|
id
required
|
string
The flight id. |
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"id":
"string",
-
"identifier-string":
"string",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"outbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"inbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
},
-
"aircraft":
{
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"registration-number":
"string"
},
-
"is-international":
true,
-
"state":
"SCHEDULED",
-
"flight-pax":
{
-
"pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
}
},
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
]
}
If no query parameter is set the search will be reduced to the last 24 hours. If no maxResult is set a maximum of 1000 records will be returned.
| carrier |
string
IATA 2-digit code of the operating carrier. |
| flight-number |
string
The numeric flight number of operating airline. |
| operational-suffix |
string
Used to distinguish two flights having the same flight number and departing from their respective origin stations on the same date. |
| origin-date |
string
The day of operation, i.e. local day of schedule off-block time in UTC at first departure airport of flight. |
| origin-iata-code |
string
The IATA code of an airport as origin airport of a flight leg. |
| destination-iata-code |
string
The IATA code of an airport as destination airport of a flight leg. |
| from |
string
The (included) start point of the interval in UTC for the scheduled departure/ arrival time depending on values for origin/ destination airport. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| to |
string
The (excluded) end point of the interval in UTC for the scheduled departure/ arrival time depending on values for origin/ destination airport. e.g. 2020-01-31T12:30:00.000Z. If used the from and the to parameter has to be set. |
| max-results |
integer
<int32>
The maximum number of results. |
[
-
{
-
"identifier-string":
"string",
-
"fblb":
{
-
"fb-dt":
"2019-08-24T14:15:22Z",
-
"lb-dt":
"2019-08-24T14:15:22Z",
-
"fb-aibt":
0,
-
"lb-aibt":
0,
-
"read-rate":
0.1,
-
"tags-checked-in":
[
-
"string"
],
-
"total-bags-check-in":
0,
-
"tags-at-reclaim-belt":
[
-
"string"
],
-
"total-bags-reclaim-belt":
0,
-
"tags-missing":
[
-
"string"
],
-
"total-bags-missing":
0,
-
"tags-unexpected":
[
-
"string"
],
-
"total-bags-unexpected":
0,
-
"fb-tag":
"string",
-
"lb-tag":
"string",
-
"tags-details":
[
-
{
-
"bag-tag":
"string",
-
"class-of-travel":
"string",
-
"uld-tag":
"string",
-
"reclaim-unit":
"string",
-
"is-first-bag":
true,
-
"is-last-bag":
true,
-
"reclaim-belt-time":
"2019-08-24T14:15:22Z"
}
],
-
"read-rate-expected":
0.1
},
-
"flight-leg":
{
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
},
-
"id":
"string",
-
"identifier-string":
"string",
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"codeshare-strings":
[
-
"string"
],
-
"codeshares":
[
-
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
}
],
-
"flight-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
],
-
"outbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"inbound-resources":
{
-
"aircraft-parking-position":
"AirportResource
Description",
-
"passenger-gates":
[
-
"AirportResource
Description"
],
-
"remote-operational-gates":
[
-
"AirportResource
Description"
],
-
"runway":
"AirportResource
Description",
-
"aircraft-terminal":
"AirportResource
Description",
-
"public-terminals":
[
-
"AirportResource
Description"
],
-
"baggage-claim-units":
[
-
"AirportResource
Description"
],
-
"baggage-make-up-belts":
[
-
"AirportResource
Description"
],
-
"baggage-transfer-laterals":
[
-
"AirportResource
Description"
],
-
"check-in-desks":
"AirportResource
Description",
-
"baggage-make-up-belts-open-time":
"AirportResource
Description",
-
"baggage-make-up-belts-close-time":
"AirportResource
Description"
},
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
},
-
"aircraft":
{
-
"timestamp":
"2019-08-24T14:15:22Z",
-
"aircraft-type":
"A320",
-
"registration-number":
"string"
},
-
"is-international":
true,
-
"state":
"SCHEDULED",
-
"flight-pax":
{
-
"pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-pax-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
},
-
"transfer-bag-count":
{
-
"property1":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
},
-
"property2":
{
-
"planned":
100,
-
"estimated":
99,
-
"actual":
102
}
}
},
-
"via-segments":
[
-
{
-
"identifier":
{
-
"carrier":
"ZZ",
-
"flight-number":
997,
-
"operational-suffix":
"B",
-
"origin-date":
"2019-08-24",
-
"identifier-string":
"string",
-
"iata-message-key":
"string",
-
"iata-message-key-utc":
"string",
-
"origin-iata-code":
"AAA",
-
"destination-iata-code":
"ZZZ"
},
-
"secondary-identifiers":
[
-
{
-
"identifier":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"source":
"string"
}
],
-
"is-international":
true,
-
"milestones":
{
-
"gto":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"gtc":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"obt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"tot":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ldt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
},
-
"ibt":
{
-
"scheduled":
"2019-08-24T14:15:22Z",
-
"estimated":
"2019-08-24T14:15:22Z",
-
"actual":
"2019-08-24T14:15:22Z",
-
"relevant":
"2019-08-24T14:15:22Z"
}
}
}
]
},
-
"aibt":
"2019-08-24T14:15:22Z",
-
"meta":
{
-
"created-at":
"2019-08-24T14:15:22Z",
-
"created-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"created-event-type":
"string",
-
"created-event-time":
"2019-08-24T14:15:22Z",
-
"modified-count":
0,
-
"modified-at":
"2019-08-24T14:15:22Z",
-
"modified-by":
{
-
"user-id":
"string",
-
"user-name":
"string"
},
-
"modified-event-type":
"string",
-
"modified-event-time":
"2019-08-24T14:15:22Z",
-
"tag-id":
"string",
-
"skip-datawarehouse":
true,
-
"skip-report-flight":
true
}
}
]