Bookeasy - Get Accommodation Room Details( getAccomRoomsDetails )
Navigate to Bookeasy
Details
- Name Get Accommodation Room Details
- Description This method is used to display the accommodation rooms for a specified request.
- MethodGroup Accommodation
Parameters
-
q
Type Int32Description The Control Id of the rooms you are interested inRequired trueExample <a class="showCode" href="/be/getAccomRoomsDetails?q=4">/be/getAccomRoomsDetails?q=4</a>
-
operators
Type StringDescription A list of operator ids the room must belong to.Example <a class="showCode" href="/be/getAccomRoomsDetails?q=4&operators=7365,7377">/be/getAccomRoomsDetails?q=4&operators=7365,7377</a>
-
includeinactiverooms
Type BooleanDescription A filter to toggle on returning inactive roomsExample <a class="showCode" href="/be/getAccomRoomsDetails?q=4&operator=7365,7377&includeInactiveRooms=true">/be/getAccomRoomsDetails?q=4&operator=7365,7377&includeInactiveRooms=true</a>
-
campaignId
Type Int32Description Properties returned must be available to this campaignExample <a class="showCode" href="/be/getAccomRoomsDetails?q=4&campaignId=30&operators=7365,7377">/be/getAccomRoomsDetails?q=4&campaignId=30&operators=7365,7377</a>
-
ExternalSearch
Type BooleanDescription Filters the results to only return operators that have joined the bookeasy network.Example <a class="showCode" href="/be/getAccomRoomsDetails?q=85&ExternalSearch=true&operators=7365">/be/getAccomRoomsDetails?q=85&ExternalSearch=true&operators=7365</a>
-
roomIds
Type Int32Description A list of room ids to be returned, leave this empty to return all room ids.Example <a class="showCode" href="/be/getAccomRoomsDetails?q=4&operators=7365,7377&roomId=12345">/be/getAccomRoomsDetails?q=4&operators=7365,7377&roomId=12345</a>
-
includePlaceHolderProducts
Type BooleanDescription A filter to toggle on booking place holders
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type List<<a href="/ui/Show?name=Get Accommodation Rooms Details Model">GetAccomRoomsDetailsModel</a>>Name Get Accommodation Rooms Details ModelDescription Contains the response for the getAccomRoomsDetails operation
Faults
-
Name Json Result ErrorDescription This error is thrown where something happens and it was unexpected.Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>