Amadeus · Example Payload

Hotel Ratings Error400 Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Ratings Error400 Example is an example object payload from Amadeus, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

errors

Example Payload

Raw ↑
{
  "errors": [
    {
      "status": 1,
      "code": 1,
      "title": "string-value",
      "detail": "string-value",
      "source": {
        "parameter": "string-value",
        "pointer": "string-value",
        "example": "string-value"
      },
      "documentation": "https://example.com/resource"
    }
  ]
}