Amadeus Reservations · Example Payload

Hotel Booking Warning Example

BookingFlightsHotelsReservationsTravel

Hotel Booking Warning Example is an example object payload from Amadeus Reservations, 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": 50,
  "title": "sample-value",
  "detail": "sample-value",
  "source": {
    "parameter": "sample-value",
    "pointer": "sample-value",
    "example": "sample-value"
  },
  "documentation": "sample-value",
  "sources": [
    "sample-value"
  ],
  "relationships": {
    "collection": [
      {
        "id": "500123",
        "type": "processed-dcs-passenger",
        "ref": "https://example.com/path/abc123",
        "targetSchema": "sample-value",
        "targetMediaType": "STANDARD",
        "hrefSchema": "sample-value",
        "href": "sample-value",
        "methods": [
          {}
        ],
        "rel": "sample-value"
      }
    ]
  }
}