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

CheckInDesk

A counter in an airport at which a passenger may check in.

Properties

Name Description Type Required Generic Enum Ignore
bagActivity A condition in which things are happening or being done to a bag, such as 'scan a bag'. BagActivity false false
checkInDeskIdentifier The identifier of the check-in (desk) infrastructure facility. string true false
terminal A departure and/or arrival building for aircraft, passengers or freight at a station for any transport mode. Terminal true false
transportDep An action or process of leaving of a transport vehicle from any place or location. array false TransportDep --- false
{
  "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" : { }
  },
  "checkInDeskIdentifier" : "string",
  "terminal" : {
    "bagActivity" : { },
    "baggageClaim" : [ { } ],
    "boardingGate" : [ { } ],
    "checkInDesk" : [ { } ],
    "handlingBay" : [ { } ],
    "iataTerminalCode" : { },
    "station" : { },
    "terminalName" : "string",
    "terminalPier" : [ { } ],
    "terminalSatellite" : [ { } ],
    "transportArrival" : [ { } ],
    "transportDep" : [ { } ]
  },
  "transportDep" : [ {
    "aircraftParkingPosition" : { },
    "aircraftScheduledDepDateTime" : "string",
    "boardingGate" : { },
    "checkIn" : { },
    "checkInDesk" : { },
    "datedOperatingLeg" : { },
    "depStation" : { },
    "depTerminal" : { },
    "handlingBay" : { },
    "terminalPier" : { },
    "terminalSatellite" : { }
  } ]
}