Each reservation modification retrieved must be updated as a Success or Error in the SynXis CRS. The OTA_HotelResModifyNotifRQ message is used to update one or more retrieved reservation modification and must include the SynXis CRS Confirmation Number. To update a reservation modification as a success a PMS Confirmation Number is required.
Target Audience
PMS Integration
API Version
10.21
Authentication
Security Credentials
Service Action Code
OTA_HotelResModifyNotifRQ
Sample Request
<OTA_HotelResModifyNotifRQ TimeStamp="2019-02-23T10:12:07.964" Target="Production" ="4" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<HotelResModifies>
<HotelResModify>
<UniqueID Type="14" ID="10001SY000001" ID_Context="CrsConfirmNumber"/>
<ResGlobalInfo>
<HotelReservationIDs>
<HotelReservationID ResID_Type="14" ResID_Value="12345" ResID_Source="Pms" ResID_SourceContext="PmsConfirmNumber"/>
</HotelReservationIDs>
</ResGlobalInfo>
</HotelResModify>
<HotelResModify>
<UniqueID Type="14" ID="10001SY000002" ID_Context="CrsConfirmNumber"/>
<ResGlobalInfo>
<HotelReservationIDs>
<HotelReservationID ResID_Type="14" ResID_Value="23456" ResID_Source="Pms" ResID_SourceContext="PmsConfirmNumber"/>
</HotelReservationIDs>
</ResGlobalInfo>
<TPA_Extensions>
<Warnings>
<Warning>Description of reason for failure</Warning>
</Warnings>
</TPA_Extensions>
</HotelResModify>
</HotelResModifies>
</OTA_HotelResModifyNotifRQ>
Sample Response
<OTA_HotelResModifyNotifRS TimeStamp="2019-07-01T11:27:04" ="4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05">
<Success/>
</OTA_HotelResModifyNotifRS>