Advertisement
eraneran

order

Feb 7th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <RootDTO xmlns:json='http://james.newtonking.com/projects/json'>
  4. <destination>
  5. <name>xxx</name>
  6. </destination>
  7. <orderData>
  8. <items json:Array='true'>
  9. <shipmentIndex Name="items"></shipmentIndex>
  10. <barcode>12345</barcode>
  11. </items>
  12. <misCode>9876543210</misCode>
  13. <shipments>
  14. <sourceShipmentId></sourceShipmentId>
  15. <shipmentIndex Name="shipments"></shipmentIndex>
  16. </shipments>
  17. </orderData>
  18. </RootDTO>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement