POST HobseRoomType/Search

Request Information

URI Parameters

None.

Body Parameters

RoomTypeDtls
NameDescriptionTypeAdditional information
checkin

string

None.

checkout

string

None.

singleCount

integer

None.

doubleCount

integer

None.

tripleCount

integer

None.

hotelId

string

None.

staticHotelTblId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "checkin": "sample string 1",
  "checkout": "sample string 2",
  "singleCount": 3,
  "doubleCount": 4,
  "tripleCount": 5,
  "hotelId": "sample string 6",
  "staticHotelTblId": 7
}

application/xml, text/xml

Sample:
<RoomTypeDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HB_ThirdParty_APIs.Models.HobseModels">
  <checkin>sample string 1</checkin>
  <checkout>sample string 2</checkout>
  <doubleCount>4</doubleCount>
  <hotelId>sample string 6</hotelId>
  <singleCount>3</singleCount>
  <staticHotelTblId>7</staticHotelTblId>
  <tripleCount>5</tripleCount>
</RoomTypeDtls>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.