Pre Check In
This action informs the external system that a pre check-in has been performed in SIHOT. Several actions can be triggered based on the provided information like room number, for instance communication to a door locking system and so on.
Operationcode: PRECHECKIN
PRECHECKIN
Direction
SIHOT -> IF Partner
Message
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4965</TN>
<OC>PRECHECKIN</OC>
<HN>1</HN>
<USER>ADM</USER>
<ROOM-BOOKING>
<OBJID>856</OBJID>
<RN>118</RN>
<SIHOT-Person>
<PCIID>2084</PCIID>
<SN>Bierhoff</SN>
<CN>Fabian</CN>
<ARR>2014-05-21</ARR>
<DEP>2014-05-22</DEP>
</SIHOT-Person>
…
</ROOM-BOOKING>
</SIHOT-Document>
Attributes Message
Attribute | Denotation | Type |
---|---|---|
OC | Action Type:PRECHECKIN = Pre Check-In |
String |
HN | Hotel number | uns. Long |
USER | User who set the preCheckIn status | String |
PCIID | Pre Check-In ID. Pre Check-In ID | uns. Long |
RN | Room number where the guest will stay | String |
SN | Last name of the guest | String |
CN | First name of the guest | String |
ARR | Arrival of the guest | Date |
DEP | Departure of the guest | Date |
Response
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4965</TN>
<OC>ACK</OC>
<RC>0</RC>
</SIHOT-Document>