Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Inhalt

Use Cases

Redemption

IO_LoyaltyAccountChargeRQ: 

...

Codeblock
languagexml
collapsetrue
<IO_LoyaltyAccountChargeRS xmlns="http://protel.io/soap" CorrelationID="LaureenTest_Charge2" Version="1.0" TimeStamp="2021-08-20T06:23:47">
	<Success>true</Success>
	<LoyaltyChargeResult TransactionReference="77" TransactionVoidInd="false">
		<LoyaltyAccount MemberCode="12898323" ProgramCode="GHA" LevelCode="Gold" AccountStatus="4">
			<CardHolderName>Gary</CardHolderName>
			<AccountBalance Amount="1823" Type="D$">
				<CurrencyAmount CurrencyCode="AED" ExchangeRate="0.27821">
					<Amount>6696.243600000001</Amount>
				</CurrencyAmount>
			</AccountBalance>
			<AccountRedeemed Amount="10.0" Type="D$">
				<CurrencyAmount CurrencyCode="AED" ExchangeRate="0.27821">
					<Amount>36.732</Amount>
				</CurrencyAmount>
			</AccountRedeemed>
		</LoyaltyAccount>
	</LoyaltyChargeResult>
</IO_LoyaltyAccountChargeRS>

Cancellation

IO_LoyaltyAccountChargeRQ:

...