POST API/RoomTariff/GetRoomTypesTax

Request Information

URI Parameters

None.

Body Parameters

Search
NameDescriptionTypeAdditional information
HotelId

integer

None.

RoomTypeId

integer

None.

RoomNo

string

None.

RoomNoId

integer

None.

UserId

integer

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HotelId": 1,
  "RoomTypeId": 2,
  "RoomNo": "sample string 3",
  "RoomNoId": 4,
  "UserId": 5,
  "Id": 6
}

application/xml, text/xml

Sample:
<Search xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <HotelId>1</HotelId>
  <Id>6</Id>
  <RoomNo>sample string 3</RoomNo>
  <RoomNoId>4</RoomNoId>
  <RoomTypeId>2</RoomTypeId>
  <UserId>5</UserId>
</Search>

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.