Change Reservation
The message of “change reservation” is sent from SIHOT to the interface in all cases that an action with a reservation was executed. Actions are:
- Create a new reservation
 - Modify an existing reservation
 - Cancel a reservation (for SIHOT a cancel is a modification)
 
Operationcode: CR
CR
Direction
SIHOT → IF Partner
Message
The data sent is exactly the same as described in Forecast.
Attributes Message
| Elements | Denotation | Type | 
|---|---|---|
| OC | Action Type:CR = Change reservation | String | 
| RNO | reservation number | Long | 
| RSNO | reservation sub number | Long | 
| OBJID | Reservation object id | Long | 
| ARR | Arrival date | Date | 
| DEP | Departure date | Date | 
| NOPAX | No of persons | Integer | 
| EXTREF | External reference | String | 
| RT | Reservation Type | Char | 
| RT_SIHOT | Reservation type | Char | 
| NOTE | comment | Sting | 
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>