Room Request
This request can be used to get more details of a guest already checked in. E.g. a POS can get details about the board of a guest.
Operationcode: RR
RR
Direction
IF Partner → SIHOT.PMS
Message
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>47124</TN>
<OC>RR</OC>
<HN>123</HN>
<RN>310</RN>
<EXTRAINFOS>BOARD;ROOMINGLIST</EXTRAINFOS>
</SIHOT-Document>
Attributes Message
Attribute | Denotation | Type |
---|---|---|
OC | Action Type: RR = Room Request |
String |
TN | Transaction number | Integer |
RN | Room number | String |
HN (optional) | Hotel number of the property in which the guest stays. | Long |
EXTRAINFOS | Additional infos, separated by semicolon | String |
Response
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>47124</TN>
<HN>123</HN>
<RN>310</RN>
<PERSON>
<CN>PASCAL</CN>
<SN>WINTER</SN>
<LIMIT>0</LIMIT>
<ARR>2017-05-05</ARR>
<DEP>2017-05-10</DEP>
<TITLE>DR</TITLE>
<VIP>REAL VIP</VIP>
<VIPCODE>1</VIPCODE>
<VIP2></VIP2>
<VIP2CODE></VIP2CODE>
<SALESCATEGORY></SALESCATEGORY>
<SALESCATEGORYCODE></SALESCATEGORYCODE>
<HN>123</HN>
<BOARD>ALL INCLUSIVE</BOARD>
<TG>1A</TG>
<EXTREF>225</EXTREF>
<MC>LI</MC>
<RNO>123456789</RNO>
<RSNO>1</RSNO>
<NOPAX>3</NOPAX>
<DRINK>3</DRINK>
<GENERALREMARK></GENERALREMARK>
<FBREMARK></FBREMARK>
<PCIID>88554678</PCIID>
<AN>12398754</AN>
</PERSON>
</SIHOT-Document>
Attributes Response
If the room is occupied
XML Element | Description | NAME IN RMS protocol |
---|---|---|
TN | Transaction number | transno |
AN | Guest account number | account |
PERSON | Block with person data | block:guest |
CN | Firstname | firstname |
SN | Lastname | lastname |
LIMIT | 0 = here is no limit set > 0 = the maximum amount | limit |
ARR | arrival date in ISO-Format:YYYY-MM-DD | from |
DEP | departure date in ISO-Format:YYYY-MM-DD | to |
TITLE | Title of the guest | title |
VIP | See registry 8246 to take over client values | vip |
VIPCODE | See registry 8246 to take over client values | vipCode |
VIP2 | See registry 8246 to take over client values | vip2 |
VIP2CODE | See registry 8246 to take over client values | vip2Code |
SALESCATEGORY | See registry 8246 to take over client values | salesCategory |
SALESCATEGORYCODE | See registry 8246 to take over client values | salesCategoryCode |
HN | Hotel number in which the guest stays | mandator |
BOARD | breakfastlunchdinnercoffee1coffee2coffee3all inclusive | board |
TG | The person group, defined in SIHOT, e.g. 1A, 1B, … | persontype |
EXTREF | External reference, assigned to the reservation in SIHOT | extRef |
MC | Market code of the guest at the current reservation. | marcetCode |
RNO | Reservation number | resNo |
RSNO | Reservation sub number | resSubNo |
NOPAX | Number of persons belonging to this record.This may not equal the number of guest on the room. | noPax |
DRINK | Allowed drinks | drink |
GENERAL REMARK | General remarks about the client | generalRemark |
FBREMARK | Remarks for the F&B department from the client | fbRemark |
KITCHENREMARK | Remarks for the kitchen from the client | kitchenRemark |
PCIID | PCIID (Pre Check-In ID) | pciid |
SIHOT will return all accounts on which the interface could post.