Source: https://guides.developer.iata.org/docs/download-the-latest-standards

AircraftParkingPosition

A Gate or hard stand where an aircraft may park.

Properties

Name Description Type Required Generic Enum Ignore
aircraftParkingPositionIdentifier The identifier of the gate or hard stand where the aircraft is located. E.g. 'C102'. string true false
bagActivity A condition in which things are happening or being done to a bag, such as 'scan a bag'. BagActivity false false
station A location or facility where air or surface transportation originates, stops and/or terminates, and where passengers and/or cargo can be taken on or off. Station true false
transportArrival An action or process of arriving of a transport vehicle in any place or location. array false TransportArrival --- false
transportDep An action or process of leaving of a transport vehicle from any place or location. array false TransportDep --- false
{
  "aircraftParkingPositionIdentifier" : "string",
  "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" : { }
  },
  "station" : {
    "affinityArrivalRequest" : [ { } ],
    "affinityDepRequest" : [ { } ],
    "aircraftParkingPosition" : [ { } ],
    "bagActivity" : { },
    "collectionPointTax" : { },
    "destStationDatedOperatingSegment" : [ { } ],
    "destStationOriginDest" : [ { } ],
    "iataLocationCode" : { },
    "originStationDatedOperatingSegment" : [ { } ],
    "originStationOriginDest" : [ { } ],
    "stationCriteria" : { },
    "stationName" : "string",
    "terminal" : [ { } ],
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "transportArrival" : [ {
    "aircraftParkingPosition" : { },
    "aircraftScheduledArrivalDateTime" : "string",
    "arrivalStation" : { },
    "boardingGate" : { },
    "checkInDesk" : { },
    "datedMarketingSegment" : { },
    "datedOperatingLeg" : { },
    "handlingBay" : { },
    "terminal" : { },
    "terminalPier" : { },
    "terminalSatellite" : { }
  } ],
  "transportDep" : [ {
    "aircraftParkingPosition" : { },
    "aircraftScheduledDepDateTime" : "string",
    "boardingGate" : { },
    "checkIn" : { },
    "checkInDesk" : { },
    "datedOperatingLeg" : { },
    "depStation" : { },
    "depTerminal" : { },
    "handlingBay" : { },
    "terminalPier" : { },
    "terminalSatellite" : { }
  } ]
}