United Technologies · Example Payload

Arinc Messaging Flight Example

AerospaceDefenseAviationManufacturingConnectivityFortune 100

Arinc Messaging Flight Example is an example object payload from United Technologies, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

flightIdairlineCodeflightNumberregistrationdepartureDateorigindestinationscheduledDepartureactualOutactualOffactualOnactualInstatus

Example Payload

Raw ↑
{
  "flightId": "AA100-20250314-BOS-JFK",
  "airlineCode": "AA",
  "flightNumber": "AA100",
  "registration": "N12345",
  "departureDate": "2025-03-14",
  "origin": "BOS",
  "destination": "JFK",
  "scheduledDeparture": "2025-03-14T10:00:00Z",
  "actualOut": "2025-03-14T10:05:00Z",
  "actualOff": "2025-03-14T10:18:00Z",
  "actualOn": "2025-03-14T10:00:00Z",
  "actualIn": "2025-03-14T10:00:00Z",
  "status": "IN_FLIGHT"
}