Agency
An organization which acts on behalf of another.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
agencyCode |
The code of the agency organization. |
AgencyCode |
false |
|
|
false |
agent |
A Role of an individual person to be a staff of an agency. |
array |
false |
Agent |
--- |
false |
bagActivity |
A condition in which things are happening or being done to a bag, such as 'scan a bag'. |
BagActivity |
true |
|
|
false |
bagTag |
A small piece of paper, fabric, plastic or similar material attached to an bag and giving information about it. |
BagTag |
false |
|
|
false |
{
"agencyCode" : {
"agencyCodeEnum" : { }
},
"agent" : [ {
"agency" : { },
"agentIdentifier" : "string",
"bagActivity" : { },
"bagTag" : { },
"handlingAgency" : { },
"individual" : { }
} ],
"bagActivity" : {
"activityCode" : { },
"actualDateTime" : "string",
"aircraftParkingPosition" : { },
"baggageClaim" : { },
"baggageProcess" : { },
"bagSegment" : { },
"bagStatus" : { },
"boardingGate" : { },
"checkInDesk" : { },
"descText" : "string",
"handlingAgency" : { },
"handlingAgent" : { },
"handlingBay" : { },
"handlingStation" : { },
"offStationInd" : "boolean",
"operatingCarrier" : { },
"paxStatus" : { },
"screeningDeviceIdentifier" : "string",
"screeningMethodCode" : { },
"seqOrdinal" : "integer",
"terminal" : { },
"terminalPier" : { },
"terminalSatellite" : { }
},
"bagTag" : {
"airlineBagRefIdentifier" : "string",
"bag" : { },
"bagTagIdentifier" : "string",
"issuingAgency" : { },
"issuingAgent" : { },
"issuingAirline" : { },
"issuingCarrier" : { },
"printer" : { },
"scanner" : { },
"tagExpediteInd" : "boolean",
"tagFallbackInd" : "boolean",
"tagInterlineInd" : "boolean",
"transponderIdentifier" : "string",
"uuidIdentifier" : "string"
}
}