Advertisement
atyrnov

Untitled

Oct 5th, 2020
1,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <screen name="basketXml" operation="storeItemCmd">
  3.     <configuration>
  4.         <storeName>StoreName</storeName>
  5.         <storeForeignId>1</storeForeignId>
  6.     </configuration>
  7.     <customer>
  8.         <id>28</id>
  9.         <firmNumber>10889</firmNumber>
  10.     </customer>
  11.     <basket>
  12.         <state>0</state>
  13.         <id>62</id>
  14.         <customerCardShoppingCode>8892</customerCardShoppingCode>
  15.     </basket>
  16.     <shoppedElement jsonArray='true' type="ShoppedItem">
  17.         <id>6</id>
  18.         <scanCode>424244</scanCode>
  19.         <scanTime>2018-05-24T13:55:37</scanTime>
  20.         <info/>
  21.     </shoppedElement>
  22. </screen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement