10.34 | October 13, 2024
Updated to support new functionality from the following enhancement: Indicate Tax Rules on Rate Plans.
Read more
Indicate Tax Rules on Rate Plans (FEA90212)
Reservation Push - Modify to the PMS has been enhanced to include a comment regarding any Exempt or Pre-Paid taxes.
Reservation Delivery to any secondary endpoints (non-PMS) will not include any Exempt or Pre-Paid tax comments.
The following attributes have been added to the Administration > Integration > Integration Detail > Attributes page to control whether the comments are included:
- Include Exempt Taxes in Comments
- Include Pre-paid Taxes in Comments
Sample partial XML for Exempt taxes:
<OTA_HotelResModifyNotifRQ>
...
<HotelResModifies>
<HotelResModify>
...
<ResGlobalInfo>
<Comments>
<Comment>
<Text>~EXEMPTTAXES RBT(0.00), RLT(0.00) EXEMPTTAXES~</Text>
</Comment>
</Comments>
</ResGlobalInfo>
...
</HotelResModify>
</HotelResModifies>
</OTA_HotelResModifyNotifRQ>
Sample partial XML for Pre-Paid taxes:
<OTA_HotelResModifyNotifRQ>
...
<HotelResModifies>
<HotelResModify>
...
<ResGlobalInfo>
<Comments>
<Comment>
<Text>~PREPAIDTAXES RBT(45.00), RLT(30.00) PREPAIDTAXES~</Text>
</Comment>
</Comments>
</ResGlobalInfo>
...
</HotelResModify>
</HotelResModifies>
</OTA_HotelResModifyNotifRQ>