Balance Changed
This record informs the external system of a change of the balance of a guest account. Its purpose is to inform a PABX of the current deposit a guest has so that a phone call may be interrupted when the deposit is used up. (To send this message, the registry key 29167 must be set.) The balance is transferred in hotel currency.
Operationcode: BC
BC
Direction
SIHOT.PMS → IF Partner
Message
The balance of the account of the room 437 with PCIID 67548 has changed.
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4968</TN>
<OC>BC</OC>
<HN>4711</HN>
<RN>437</RN>
<PH0>00437</PH0>
<PH1>01437</PH1>
<PCIID>67548</PCIID>
<BALANCE>123.45</BALANCE>
<AVAMOUNT>123.45</AVAMOUNT>
</SIHOT-Document>
Note:
This is the current balance, not the change of the balance.
Attributes Message
Attribute | Denotation | Type |
---|---|---|
OC | Action Type:BC = Balance Changed | String |
RN | Room number | uns. Int |
PCIID | Pre Check-In ID | uns. Long |
PH0, PH1, … | Extension number(s) | uns. Int |
BALANCE | The current balance. | BCD |
AVAMOUNT | Available amount. | BCD |
Note:
A positive balance means the guest needs to pay this amount while a negative balance means the guest has this deposit on his account.
Response
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4968</TN>
<OC>ACK</OC>
<RC>0</RC>
</SIHOT-Document>