Amadeus · JSON Structure

Hotel Search Method Structure

The Payment Methods * CREDIT_CARD (CC) - Payment Cards in `creditCards` are accepted * AGENCY_ACCOUNT - Agency Account (Credit Line) is accepted. Agency is Charged at CheckOut * TRAVEL_AGENT_ID - Agency IATA/ARC Number is accepted to Guarantee the booking * CORPORATE_ID (COR-ID) - Corporate Account is accepted to Guarantee the booking * HOTEL_GUEST_ID - Hotel Chain Rewards Card Number is accepted to Guarantee the booking * CHECK - Checks are accepted * MISC_CHARGE_ORDER - Miscellaneous Charge Order is accepted * ADVANCE_DEPOSIT - Cash is accepted for Deposit/PrePay * COMPANY_ADDRESS - Company Billing Address is accepted to Guarantee the booking

Type: string Properties: 0
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Method Structure is a JSON Structure definition published by Amadeus. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

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-search-method-structure.json",
  "title": "Method",
  "description": "The Payment Methods\n * CREDIT_CARD (CC) - Payment Cards in `creditCards` are accepted\n * AGENCY_ACCOUNT - Agency Account (Credit Line) is accepted. Agency is Charged at CheckOut\n * TRAVEL_AGENT_ID - Agency IATA/ARC Number is accepted to Guarantee the booking\n * CORPORATE_ID (COR-ID) - Corporate Account is accepted to Guarantee the booking\n * HOTEL_GUEST_ID - Hotel Chain Rewards Card Number is accepted to Guarantee the booking\n * CHECK - Checks are accepted\n * MISC_CHARGE_ORDER - Miscellaneous Charge Order is accepted\n * ADVANCE_DEPOSIT - Cash is accepted for Deposit/PrePay\n * COMPANY_ADDRESS - Company Billing Address is accepted to Guarantee the booking",
  "type": "string"
}