Change password
This Interface is only allowed for the interaction between SIHOT.PMS and SIHOT.WEB. If a guest, who received a password from a hotel, wants to change his password, SIHOT.WEB sends the new password to the hotel:
Operationcode: PASS
PASS
Direction
SIHOT.PMS ← SIHOT.WEB
Message
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-DOCUMENT>
<OC>PASS</OC>
<ID>1</ID>
<TN>1</TN>
<MATCHCODE>match</MATCHCODE>
<OLDPASS>oldPass</OLDPASS>
<NEWPASS>newPass</NEWPASS>
</SIHOT-DOCUMENT>
Attributes Message
The element MATCHCODE is mandatory and needs to contain a valid Matchcode.
Response
For confirmation, SIHOT.PMS answers with the following response:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-DOCUMENT>
<OC>PASS</OC>
<ID>1</ID>
<TN>1</TN>
<RC>0</RC>
<MSG>OK</MSG>
</SIHOT-DOCUMENT>