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 add each additional room to the virtual cart, and that if the id of the distribution must be sequential for each room of the booking, so that if in the first bookRoom the value id=1 was indicated, in the second one id=2 should be indicated and so on.
Endpoint: https://hotel.new.hotetec.com/webservice/integrations/pull/bookRoom
bookRoom Request
Request example:
{
"sessionId": "TES#20727#423350367063083",
"bookingToken":
"lhzjefqUVzQyVZNk0eLrgD8PxKGEEEb8N6DlQX8zSnm6lDnXmPnQmlww6wcpTDgpGLUv44XzQstn1E93gQFJTM2E",
"languageCode": "ES",
"currency": "EUR",
"hotelCode": "52767",
"vendorCode": "CONNECT",
"checkInDate": "2025-06-15T00:00:00.000Z",
"numberOfNights": "4",
"distribution": {
"id": 2,
"person": [
{
"age": 30
},
{
"age": 30
}
]
},
"rateCode": "30447",
"roomCode": "DBL#STD",
"mealPlanCode": "BB",
"occupancyCode": "O@2-0-0"
}