BagIncident
An Event that occurs spontaneously about a bag, and to which the organization is required to respond.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
bagStatus |
A status of a bag at a particular time in a process. |
BagStatus |
true |
|
|
false |
incidentIdentifier |
The identifier of the incident. |
string |
false |
|
|
false |
screeningAlarmCode |
The code of the screening alarm |
ScreeningAlarmCode |
false |
|
|
false |
{
"bagStatus" : {
"authenticationStatusCode" : { },
"bagActivity" : { },
"containerizationStatusCode" : { },
"movementStatusCode" : { },
"screeningResultReason" : { },
"screeningResultStatusCode" : { },
"sortationStatusCode" : { },
"storageStatusCode" : { }
},
"incidentIdentifier" : "string",
"screeningAlarmCode" : {
"screeningAlarmCodeEnum" : { }
}
}