This instance is currently being migrated to the new Atlassian One Confluence sytem.
If you can't find your space anymore, it should be already in the new System: https://confluence.weareplanet.com/
Inhalt
Use Cases
Redemption
IO_LoyaltyAccountChargeRQ:
...
Codeblock | ||||
---|---|---|---|---|
| ||||
<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:
...