Amadeus · JSON Structure

Hotel Booking V1 Associated Record Structure

Associated Record (Flight Booking Record)

Type: object Properties: 2 Required: 2
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Booking V1 Associated Record Structure is a JSON Structure definition published by Amadeus, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

reference originSystemCode

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-booking-v1-associated-record-structure.json",
  "title": "AssociatedRecord",
  "description": "Associated Record (Flight Booking Record)",
  "type": "object",
  "properties": {
    "reference": {
      "type": "string",
      "description": "Amadeus GDS Record"
    },
    "originSystemCode": {
      "type": "string",
      "description": "* GDS: Associated Amadeus GDS Flight Booking PNR Record"
    }
  },
  "required": [
    "reference",
    "originSystemCode"
  ]
}