Versions Compared

Key

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

...

Code Block
<SM_HotelResPaymentReadRQ EchoToken="123e4567-e89b-12d3-a456-426614174000"  TimeStamp="2021-08-01T09:30:47+08:00" Version="1.0">
    <POS>
        <Source><RequestorID
	<POS>
		<Source>
			<RequestorID Type="22" ID="PMS1"/><>
		</Source>
    <	</POS>
    <SelectionCriteria	<SelectionCriteria HotelCode="ABCD13245" SelectionType="Undelivered"/>
</SM_HotelResPaymentReadRQ>

...

Code Block
<SM_HotelResPaymentReadRS EchoToken="123e4567-e89b-12d3-a456-426614174000"  TimeStamp="2021-08-01T09:30:47+08:00" Version="1.0">
        <HotelResPaymentList>
            <HotelResPayment	<HotelResPaymentList>
		<HotelResPayment TransactionID="200098" HotelCode="ABCD13245">
                <UniqueID			<UniqueID ID="BDC-79860526" Type="14" />
                <UniqueID			<UniqueID ID="7223a92-d988-46b8-8476-3319285af8a2" Type="34" />
                <PaymentInfo			<PaymentInfo PaymentTransactionTypeCode="charge" PaymentType="5" Remark="" ChargeTypeCode ="RM">
                    <PaymentCard				<PaymentCard CardCode="VI" CardType="1" ExpireDate="1020" Mask="xxxxxxxx2257" CardHolderName="Visa Card HolderName" />
                    <PaymentAmount				<PaymentAmount Amount="200.20" CurrencyCode="AUD" />
                <			</PaymentInfo>
            <		</HotelResPayment>
            		<!-- Additional Payment Transactions -->
            <HotelResPayment		<HotelResPayment TransactionID="200099" HotelCode="ABCD13245">
                			<!-- Payment Transaction Details-->
            <		</HotelResPayment>
            		<HotelResPayment TransactionID="200100" HotelCode="ABCD13245">
                			<!-- Payment Transaction Details-->
            <		</HotelResPayment>
        <	</HotelResPaymentList>
</SM_HotelResPaymentReadRS>

...

Code Block
<SM_HotelResPaymentResultRQ EchoToken="123e4567-e89b-12d3-a456-426614174000"  TimeStamp="2021-08-01T09:30:47+08:00" " Version="1.0">
    <HotelResPaymentResult	<HotelResPaymentResult TransactionID="200098" HotelCode="ABDGFC9899">
        <UniqueID		<UniqueID ID="BDC-79860526" Type="14" />
		<!-- Reservation Id-->
        <UniqueID		<UniqueID ID="7223a92-d988-46b8-8476-3319285af8a2" Type="34" />
		<!-- Master Res id -->
        		<UniqueID ID="077887-200098" Type="40" />
		<!-- Delivery Confirmation Id -->
        <Success		<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>
   <HotelResPaymentResult0">
	<HotelResPaymentResult TransactionID="200098" HotelCode="ABDGFC9899">
        <UniqueID		<UniqueID ID="BDC-79860526" Type="14" />
        <UniqueID		<UniqueID ID="7223a92-d988-46b8-8476-3319285af8a2" Type="34" />
        <Errors>
           <Error		<Errors>
			<Error Type="12" Code="385">Booking reference not found</Error>
        <		</Errors>
    <	</HotelResPaymentResult>
</SM_HotelResPaymentResultRQ>

...

Code Block
<SM_HotelResPaymentResultRS EchoToken="123e4567-e89b-12d3-a456-426614174000"  TimeStamp="2021-08-01T09:30:47+08:00" Version="1.0">
    <Success	<Success/>
</SM_HotelResPaymentResultRS>

...