Forecast
The forecast sends all reservations from today for the next n days (a configurable value) to the receiver. For the persons belonging to a reservation, we refer to Guest Information.
Operationcode: FC
FC
Direction
SIHOT → IF Partner
Message
We send a forecast of reservations and persons.
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4720</TN>
<OC>FC</OC>
<HN>4711</HN>
<SIHOT-Reservation>
<RNO>4711</RNO>
<RSNO>1</RSNO>
<OBJID></OBJID>
<ARR></ARR>
<DEP></DEP>
<GID></GID>
<!--Client-->
<RT>1</RT>
<NOPAX></NOPAX>
<SIHOT-Person>
<ARR>2002-05-31</ARR>
<DEP>2002-06-15</DEP>
<PCIID>5623</PCIID>
<!-- The field <GID> can be omitted, in case there is no guest record available. -->
<GID>478456</GID>
<NOPAX></NOPAX>
<SALUTATION>Mr</SALUTATION>
<TITLE>Dr.</TITLE>
<CN>Joerg</CN>
<SN>Berger</SN>
<STREET></STREET>
<CITY></CITY>
<ZIP></ZIP>
<COUNTRY></COUNTRY>
<DOB></DOB>
<SEX></SEX>
<TG>1A</TG>
<PHONE></PHONE>
<EMAIL></EMAIL>
<FAX></FAX>
<CAT></CAT>
<MC>LI</MC>
<RN></RN>
<SIHOT-Package>
<FROM>2002-05-31</FROM>
<TO>2002-06-12</TO>
<SID>HB</SID>
<SIDT>P</SIDT>
<RS>RR</RS>
</SIHOT-Package>
<SIHOT-Package>
<FROM>2002-06-12</FROM>
<TO>2002-06-15</TO>
<SID>LO</SID>
<SIDT>S</SIDT>
<RS>LCR1</RS>
</SIHOT-Package>
</SIHOT-Person>
<SIHOT-Person>
<ARR>2002-05-31</ARR>
<DEP>2002-06-13</DEP>
<PCIID>5626</PCIID>
<CN>Jochen</CN>
<SN>Conrad</SN>
……………
</SIHOT-Person>
</SIHOT-Reservation>
<SIHOT-Reservation>
……………
</SIHOT-Reservation>
</SIHOT-Document>
There could be more reservations. Each reservation can contain one or more persons.
Attributes Message
Attribute | Denotation | Type |
---|---|---|
OC | Action Type:FC = Forecast | String |
RT | Reservation Type | Char |
FROM | From Date, when the service begins | Date |
DATE | To Date, when the service ends | Date |
SID | Service Identification | String |
SIDT | Service Identification Type | String |
RS | Rate segment of a package | String |
QUANTITY | The quantity of the posted packages | Int |
NOPAX | Number of persons:Totally for the reservation orTotally for the person, e.g. if a bus arrives, you could enter only one guest name and define <NOPAX>3 . So in this room there are three persons. |
Int |
EXTREF | External reference | String |
CAT | Room category | String |
MC | Market code (type) of the guest | String |
NOTE | Comment on the reservation | String |
NOTES | Block with special comments on the guest, see table below | String |
In case the field <GID>
is not sent, the fields <STREET>
, <CITY>
, <ZIP>
, <COUNTRY>
, <DOB>
, <SEX>
, <PHONE>
, <EMAIL>
, <FAX>
are also omitted.
Elements in Block NOTES
The following elements are available:
GENERAL | CENTRAL | CHECKIN | CHECKOUT |
CONTACT | DEBITOR | EVENT | FRONTOFFICE |
HOUSEKEEPING | INTERFACE | KITCHEN | RESTAURANT |
SALES |
Elements in Block SIHOT-PERSON
Attribute | Denotation | Type |
---|---|---|
ARR | Arrival date for the guest | Date (yyyy-MM-dd) |
ARR-TIME | Arrival time for the guest | Time (hh:mm:ss) |
DEP | Departure date for the guest | Date (yyyy-MM-dd) |
DEP-TIME | Departure time for the guest | Time (hh:mm:ss) |