Hotel Booking Create Hotel Booking Structure
This model allows the creation of an hotel order.
CreateHotelBooking is a JSON Structure definition published by Amadeus Reservations, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/hotel-booking-create-hotel-booking-structure.json",
"name": "CreateHotelBooking",
"description": "This model allows the creation of an hotel order.",
"type": "object",
"properties": {
"arrivalInformation": {
"type": "object",
"description": "Optional information on the way the guest is arriving to the hotel. Today the application only supports Flight details.",
"properties": {
"arrivalFlightDetails": {
"$ref": "#/definitions/ArrivalFlightDetails"
}
}
},
"payment": {
"$ref": "#/definitions/PaymentInput"
},
"roomAssociations": {
"type": "array",
"description": "Is to correlate a room to a guest and an offer.",
"maxItems": 9,
"minItems": 1,
"items": {
"$ref": "#/definitions/roomAssociation"
}
},
"travelAgent": {
"type": "object",
"description": "Travel Agent details",
"required": [
"contact"
],
"properties": {
"contact": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"example": "travelAgent@agency.com",
"minLength": 3,
"maxLength": 90,
"pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.[a-zA-Z0-9-.]+$",
"description": "travel agency email"
},
"fax": {
"type": "string",
"example": "+33985632145",
"minLength": 2,
"maxLength": 90,
"pattern": "^[+][1-9][0-9]{4,18}$",
"description": "Even if this field is not mandatory it is recommended to fill it. This information is passed to the hotel provider. (When it is not provided in input, it is taken from the Office Profile of the Travel Agency)."
},
"phone": {
"type": "string",
"example": "+33679278416",
"minLength": 2,
"maxLength": 199,
"description": "Even if this field is not mandatory it is recommended to fill it. This information is always passed to the hotel provider. (When it is not provided in input, it is taken from the Office Profile of the Travel Agency)."
}
}
},
"travelAgentId": {
"type": "string",
"description": "Travel Agent ID also called Booking source or IATA number.\nWhen received in request, it indicates that the travel agent wants to override the booking source receiving the commission.\nIf not provided, it is by default set to the IATA Number of the office profile the agent is connected to and who makes the booking. (the commission is given to that office) "
}
}
}
},
"required": [
"travelAgent"
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/hotel-booking-create-hotel-booking-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.