Amadeus · Example Payload

Hotel Search Hotel Product Check In Out Policy Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Hotel Product Check In Out Policy Example is an example object payload from Amadeus, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

checkIncheckInDescriptioncheckOutcheckOutDescription

Example Payload

Raw ↑
{
  "checkIn": "13:00:00",
  "checkInDescription": {
    "text": "A description",
    "lang": "fr-FR"
  },
  "checkOut": "11:00:00",
  "checkOutDescription": {
    "text": "A description",
    "lang": "fr-FR"
  }
}