Skip to content

Guest Change

The guest change message is sent in the case that after a check in, a completely different guest is assigned to the room.

Operationcode: GC

GC

Direction

SIHOT → IF Partner

Message

To clarify an example:

Guest GID PCIID
Heiner Meier 4711 23

This guest is checked in. Therefore, a guest change message is sent when a completely different guest (already defined in the database) is assigned to this stay.

Guest GID PCIID
Fritz Wagner 923 23
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
  <TN>4719</TN>
  <OC>GC</OC>
  <HN>4711</HN>
  <PCIID>23</PCIID>
  <SALUTATION>Herr</SALUTATION>
  <TITLE>Dr.</TITLE>
  <SN>Wagner</SN>
  <CN>Fritz</CN>
  <GID>923</GID>
  <LN>DE</LN>
  <STREET>Langer Weg</STREET>
  <CITY>Berlin</CITY>
  <ZIP>12345</ZIP>
  <EMAIL>f.wagner@abc.com</EMAIL>
  <ORG>disp_4711</ORG>
</SIHOT-Document>

Attributes Message

Attribute Denotation Type
OC Action Type:
GC = Guest Change
String
PCIID Pre Check-In ID uns. Long
GID Guest ID uns. Long

For the address data sent in the message, we refer to Guest Information.

Response

<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
  <TN>4719</TN>
  <OC>ACK</OC>
  <RC>0</RC>
  <ORG>disp_4711</ORG>
</SIHOT-Document>

Attributes Response

See for more information