v1

latestSwagger 2.02026-07-141993129.2 KB
Addons

Get a list of offers for addon services for the specified guest stay details.

With the addons request you can get a list of offers for addon services available for a specific rate, room type and guest stay details.The channel code will define which rates will be returned based on the access control configuration for related rates.

get/api/booking/v0/addons

Query parameters

hotelIdinteger required

Specifies the hotel id to request offers for.

arrivalDatestring date-time required

Date from when the addon service will be booked to the reservation in the ISO-8601 format "YYYY-MM-DD".

departureDatestring date-time required

Date until when the addon service will be booked to the reservation in the ISO-8601 format "YYYY-MM-DD". This is usually the departure date of the reservation.

channelCodestring required

Channel Code the rate plan needs to be configured for.

adultsstring byte required

Number of adults per room.

roomsstring byte required

Number of rooms.

roomTypestring required

Only return offers for the specified room type code.

ratePlanCodestring required

Only return offers for the specified rate plan code.

expand'None' | 'Breakdown'

Expand the rates breakdown if required.

Headers

App-Idstring required

Application identifier

App-Keystring required

Application key.

Response

All addon offers for the requested stay details.

adultsinteger

The number of adults per room the addon offers are requested for. The rates will then already reflects this.

arrival_datestring date-time

The arrival date of the reservation the addon offers are supposed to be booked on.

departure_datestring date-time

The departure date of the reservation the addon offers are supposed to be booked on.

hotel_idinteger

The id of the hotel the addon offers will be valid for

hotel_namestring

The name of the hotel the addon offers will be valid for

roomsinteger

The number of rooms the addon offers are requested for. The rates will then already reflects this.

All 19 operations