API PULL v2

Introduction
This document describes the technical specification of the PULL API for requests and responses sent to the Hotetec's Web Service.   The communication ...
Fri, 17 Oct, 2025 at 10:08 AM
Open Session (openSession)
In order to perform any operation it is necessary to log in to our system and authenticate yourself. This message authenticates the user on Hotetec’s pl...
Fri, 17 Oct, 2025 at 10:11 AM
Hotels’ List (listHotels)
This message returns a list of establishments based on the parameters set up in the request message. It is important to keep in mind that only those establ...
Fri, 17 Oct, 2025 at 10:12 AM
Hotels’ information (hotelInformation)
This message returns all the information relating to the establishments to which the user has access. The request can be made by filtering by a specific ...
Fri, 17 Oct, 2025 at 10:14 AM
Hotel’s availability (hotelAvailability)
This message returns the availability for one or more establishments on specific dates filtered in the request. The rates that are returned always includ...
Fri, 17 Oct, 2025 at 10:17 AM
Multi-room's availability (hotelAvailability | multi-room)
This message returns the availability for one or more establishments on specific dates filtered in the query with more than one room requested.   The elem...
Fri, 17 Oct, 2025 at 10:18 AM
Block a Room (bookRoom)
This message allows us to block the service from the latest availability retrieved. If more than one room is to be blocked, a separate bookRoom reques...
Fri, 17 Oct, 2025 at 10:19 AM
Block additional room (bookRoom 2)
This message allows you to block a second or additional rooms to a booking. Bear in mind that the bookingToken of the previous bookRoom must be used to ...
Fri, 17 Oct, 2025 at 10:23 AM
Block multiple rooms (bookMultiRoom)
This message allows us to block multiple services based on the latest availability request. Endpoint: https://hotel.new.hotetec.com/webservice/inte...
Fri, 17 Oct, 2025 at 10:24 AM
Removing a room from the block (removeRoom)
This message allows us to delete a room from the last blocking. Please note that you must use the bookingToken of the last bookRoom to delete a room, ...
Fri, 17 Oct, 2025 at 10:27 AM