This document provides a comprehensive guide for clients integrating with our Accommodation API to book Disney resort packages. It covers the various product types available, how to identify them, and the specific information returned by the API for each type.
In order to idenfity the rates associated to Disney package rates, you only have to check the field "rateClass" in the Availability response:
For Walt Disney World the value will be DIS, while for Disneyland Paris it will be DLP.
"rateClass": "DLP" Disneyland Paris
"rateClass": "DIS" Walt Disney World
"promotions": [
{
"code": "2008",
"name": "Package Hotel + Theme park",
"remark": "Includes accommodation and board selected per person & per night and tickets to both Disneyland® Paris and Walt Disney® Studios parks per person & per day including both check-in and check-out days."
}
]
"boardCode": "DPP",
"boardName": "Disney Dining Plan Plus"
{
"boardCode": "QS",
"boardName": "Disney Quick Service Dining Plan",
"promotions": [
{
"code": "2050",
"name": "Disney Hotel + Ticket + Quick Service Dining Plan Package",
"remark": "Includes 7 Day Theme Park Base Ticket"
}
]
}
Wildcards provide additional room information and must be shown to clients.
"rooms": [
{
"code": "FAM.B2-1",
"name": "Pioneer Tribe Cabin"
}
]
"wildcards": [
{
"roomType": "FAM.B2-1",
"roomCode": "FAM",
"characteristicCode": "B2-1",
"hotelRoomDescription": {
"content": "Pioneer Tribe Cabin"
}
}
]
Thanks to the connection with Disney, we are able to offer their own confirmation reference number, which can be used by clients during their stay at the park, to perform a wide number of actions using the exclusive apps from Disney, full information is provided inside the "rateComments" of each booking.
Please capture the value delivered inside the tag "supplierReference"
"rooms": [
{
"status": "CONFIRMED",
"id": 1,
"code": "ROO.ST",
"name": "Room STANDARD",
"supplierReference": "DP3032518961BY1C0ACNE",
For any questions or clarifications about our Accommodation API when offering Disney Destination Resorts, please contact our support team at apitude@hotelbeds.com.
We are committed to ensuring a smooth integration process and are here to assist you with any queries you may have.