United Technologies · Example Payload

Arinc Messaging Message Example

AerospaceDefenseAviationManufacturingConnectivityFortune 100

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

Top-level fields

messageIdmessageTyperegistrationairlineCodeflightNumbertimestampcontentdirectionorigindestination

Example Payload

Raw ↑
{
  "messageId": "MSG-20250314-001234",
  "messageType": "ACARS",
  "registration": "N12345",
  "airlineCode": "AA",
  "flightNumber": "AA100",
  "timestamp": "2025-03-14T10:30:00Z",
  "content": "/AA AA100 BOS JFK 1030",
  "direction": "DOWNLINK",
  "origin": "BOS",
  "destination": "JFK"
}