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 Int32
    Description The Control Id of the rooms you are interested in
    Required true
    Example <a class="showCode" href="/be/getAccomRoomsDetails?q=4">/be/getAccomRoomsDetails?q=4</a>
  • operators
    Type String
    Description 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 Boolean
    Description A filter to toggle on returning inactive rooms
    Example <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 Int32
    Description Properties returned must be available to this campaign
    Example <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 Boolean
    Description 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 Int32
    Description 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 Boolean
    Description 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 Model
    Description Contains the response for the getAccomRoomsDetails operation

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>