Announcement of reservation changes
If a new reservation is made or an existing one changed within SIHOT.PMS, an announcement for SIHOT.WEB is created. SIHOT.PMS sends hereby a unique number depending on SIHOT.PMS environment. This is not a default option and needs to be activated by GUBSE Support.
Operationcode: CR
CR
Direction
SIHOT.PMS → SIHOT.WEB
Reques
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-DOCUMENT>
<OC>CR</OC>
<ID>1</ID>
<TN>1</TN>
<RC>0</RC>
<MSG>OK</MSG>
<VER>2.1</VER>
<ARESLIST>
<RESERVATION>
<GDSNO>200409140020270</GDSNO>
<CENTRAL-RESERVATION-ID>30045</CENTRAL-RESERVATION-ID>
</RESERVATION>
...
<RESERVATION>
<GDSNO>200409140020270</GDSNO>
<CENTRAL-RESERVATION-ID>30045</CENTRAL-RESERVATION-ID>
</RESERVATION>
</ARESLIST>
</SIHOT-DOCUMENT>
Attributes Message
Element | Description | Data type |
---|---|---|
ID | Hotel ID for this reservation | Long |
OBJID | SIHOT.PMS unique object ID for this reservation | Unsigned Long |
RES-HOTEL | Mandatory number of this reservation | Long |
RES-NR | SIHOT reservation number | Long |
SUB-NR | Reservation sub number | Short |
GDSNO | GDS number | String |
CENTRAL- RESERVATION-ID | Unique central reservation ID for this reservation in a HQ environment | Unsigned Long |
Response
SIHOT.WEB acknowledges the message by sending
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-DOCUMENT>
<OC>CR</OC>
<ID>0</ID>
<TN>1</TN>
<RC>0</RC>
<MSG>OK</MSG>
<VER>2.1</VER>
</SIHOT-DOCUMENT>