Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<SM_HotelResPaymentResultRQ EchoToken="123e4567-e89b-12d3-a456-426614174000"  TimeStamp="2021-08-01T09:30:47+08:00" " Version="1.0">
    <HotelResPaymentResult TransactionID="200098" HotelCode="ABDGFC9899">
        <UniqueID ID="BDC-79860526" Type="14" /> <!-- Reservation Id-->
        <UniqueID ID="74a63a927223a92-d988-46b8-8476-3319285af8ac3319285af8a2" Type="34" /> <!-- Master Res id -->
        <UniqueID ID="077887-200098" Type="40" /> <!-- Delivery Confirmation Id -->
        <Success/>
    </HotelResPaymentResult>
</SM_HotelResPaymentResultRQ>

...

Code Block
<SM_HotelResPaymentResultRQ EchoToken="123e4567-e89b-12d3-a456-426614174000" TimeStamp="2021-08-01T09:30:47+08:00" " Version="1.0>
   <HotelResPaymentResult TransactionID="200098" HotelCode="ABDGFC9899">
        <UniqueID ID="BDC-79860526" Type="14" />
        <UniqueID ID="74a63a927223a92-d988-46b8-8476-3319285af8ac3319285af8a2" Type="34" />
        <Errors>
           <Error Type="12" Code="385">Booking reference not found</Error>
        </Errors>
    </HotelResPaymentResult>
</SM_HotelResPaymentResultRQ>

...