Amadeus Reservations · Example Payload

Hotel Booking Errors Example

BookingFlightsHotelsReservationsTravel

Hotel Booking Errors Example is an example object payload from Amadeus Reservations, 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": [
    {
      "errors": [
        {
          "status": 400,
          "code": 477,
          "title": "INVALID FORMAT",
          "detail": "invalid query parameter format",
          "source": {
            "parameter": "email"
          }
        }
      ]
    }
  ]
}