Amadeus · Example Payload

Hotel Booking Warning Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Booking Warning Example is an example object payload from Amadeus, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codetitledetailsourcedocumentationsourcesrelationships

Example Payload

Raw ↑
{
  "code": 1,
  "title": "string-value",
  "detail": "string-value",
  "source": {
    "parameter": "string-value",
    "pointer": "string-value",
    "example": "string-value"
  },
  "documentation": "https://example.com/resource",
  "sources": [],
  "relationships": {
    "collection": [
      {
        "id": "12345",
        "type": "processed-dcs-passenger",
        "ref": "string-value",
        "targetSchema": "string-value",
        "targetMediaType": "string-value",
        "hrefSchema": "string-value",
        "href": "https://example.com/resource",
        "methods": [
          "GET"
        ],
        "rel": "string-value"
      }
    ]
  }
}