POST API/RoomShifting/FromRoomDetails
Request Information
URI Parameters
None.
Body Parameters
FromRoomDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| HotelId | integer |
None. |
|
| GuestName | string |
None. |
|
| GuestId | integer |
None. |
|
| RoomId | integer |
None. |
|
| ChkinDtlsId | integer |
None. |
|
| RoomTariff | decimal number |
None. |
|
| Pax | integer |
None. |
|
| ShiftEntry | boolean |
None. |
|
| ChkInHeaderId | integer |
None. |
|
| Child | integer |
None. |
|
| Male | integer |
None. |
|
| FeMale | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HotelId": 1,
"GuestName": "sample string 2",
"GuestId": 3,
"RoomId": 4,
"ChkinDtlsId": 1,
"RoomTariff": 5.0,
"Pax": 6,
"ShiftEntry": true,
"ChkInHeaderId": 8,
"Child": 9,
"Male": 10,
"FeMale": 11
}
application/xml, text/xml
Sample:
<FromRoomDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models"> <Child>9</Child> <ChkInHeaderId>8</ChkInHeaderId> <ChkinDtlsId>1</ChkinDtlsId> <FeMale>11</FeMale> <GuestId>3</GuestId> <GuestName>sample string 2</GuestName> <HotelId>1</HotelId> <Male>10</Male> <Pax>6</Pax> <RoomId>4</RoomId> <RoomTariff>5</RoomTariff> <ShiftEntry>true</ShiftEntry> </FromRoomDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.