Amadeus · Example Payload

Flight Order Management Remarks Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Order Management Remarks Example is an example object payload from Amadeus, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

generalairline

Example Payload

Raw ↑
{
  "general": [
    {
      "subType": "GENERAL_MISCELLANEOUS",
      "category": "Z",
      "text": "PASSENGER NEED ASSISTANCE",
      "travelerIds": "1",
      "flightOfferIds": "1"
    }
  ],
  "airline": [
    {
      "subType": "KEYWORD",
      "keyword": "PARK",
      "airlineCode": "AF",
      "text": "CAR PARK",
      "travelerIds": "1",
      "flightOfferIds": "1"
    }
  ]
}