Created
February 13, 2018 14:43
-
-
Save gmhurley/97e0dd29b306e0feb9eb2017681b1a43 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='utf-8'?> | |
<PrimaryBasketRequest xmlns="http://mdot.com/redeem/ibmpos/" RetailerID="238"> | |
<TransactionDetails TransTime="09:27:11" POSID="999" TransID="5201" TransDate="2018-02-13" StoreID="987654"/> | |
<ConsumerIDs> | |
<LoyaltyCard ID="40000018961"/> | |
<Alternate ID="0"/> | |
</ConsumerIDs> | |
<Miscellaneous OperatorID="1"/> | |
<Items> | |
<Item DeptID="1000" QtyType="U" SaleType="S" Qty="1" Amount="169" ID="00021032200000"/> | |
<Item DeptID="1000" QtyType="U" SaleType="S" Qty="1" Amount="169" ID="00003700016353"/> | |
<Item DeptID="1000" QtyType="U" SaleType="S" Qty="1" Amount="169" ID="00003700016353"/> | |
</Items> | |
<TransactionTotals>507</TransactionTotals> | |
</PrimaryBasketRequest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment