Advertisement
eraneran

Untitled

Jan 31st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <RootDTO>
  3. <destination>
  4. <name>hp.pageflex</name>
  5. </destination>
  6. <orderData>
  7. <amount>123.45</amount>
  8. <currency>USD</currency>
  9. <customerName>John Doe</customerName>
  10. <email>[email protected]</email>
  11. <extraData />
  12. <items>
  13. <element>
  14. <barcode>12345</barcode>
  15. <binding>saddle</binding>
  16. <components>
  17. <element>
  18. <barcode>12345678</barcode>
  19. <code>Content</code>
  20. <colour>
  21. <side1>4process</side1>
  22. <side2>4process</side2>
  23. </colour>
  24. <duplicate>250</duplicate>
  25. <extraData />
  26. <fetch>true</fetch>
  27. <finish>
  28. <side1>glosslam</side1>
  29. <side2>none</side2>
  30. </finish>
  31. <height>297</height>
  32. <localFile>false</localFile>
  33. <pages>16</pages>
  34. <paper>glossText</paper>
  35. <path>http://www.w2psite.com/assetFile.pdf</path>
  36. <preflight>true</preflight>
  37. <sourceComponentId>COMP-1234678</sourceComponentId>
  38. <weight>90gsm</weight>
  39. <width>210</width>
  40. </element>
  41. </components>
  42. <description>Introductory Packet</description>
  43. <extraData />
  44. <folding>half</folding>
  45. <quantity>1</quantity>
  46. <shipmentIndex>0</shipmentIndex>
  47. <shrinkWrap>false</shrinkWrap>
  48. <sku>Business Cards</sku>
  49. <sourceItemId>12345</sourceItemId>
  50. </element>
  51. </items>
  52. <misCode>9876543210</misCode>
  53. <printType>digital</printType>
  54. <purchaseOrderNumber>PO123456</purchaseOrderNumber>
  55. <shipments>
  56. <element>
  57. <canShipEarly>true</canShipEarly>
  58. <carrier>
  59. <alias>FedEx Ground</alias>
  60. <code>customer</code>
  61. <service>pickup</service>
  62. </carrier>
  63. <cost>18.75</cost>
  64. <returnAddress>
  65. <address1>4321 Back St.</address1>
  66. <address2 />
  67. <address3 />
  68. <companyName>Print Co.</companyName>
  69. <country>United States of America</country>
  70. <email>[email protected]</email>
  71. <isoCountry>US</isoCountry>
  72. <name>Print Operator</name>
  73. <postcode>12346</postcode>
  74. <state>NewYork</state>
  75. <town>Capitol</town>
  76. </returnAddress>
  77. <shipByDate>2015-07-31</shipByDate>
  78. <shipTo>
  79. <address1>1234 Main St.</address1>
  80. <address2 />
  81. <address3 />
  82. <companyName>Acme</companyName>
  83. <country>United States of America</country>
  84. <email>[email protected]</email>
  85. <isoCountry>US</isoCountry>
  86. <name>John Doe</name>
  87. <phone>+12345678910</phone>
  88. <postcode>12345</postcode>
  89. <state>NewYork</state>
  90. <town>Capitol</town>
  91. </shipTo>
  92. <shipmentIndex>0</shipmentIndex>
  93. <sourceShipmentId>SHIP-12345678</sourceShipmentId>
  94. </element>
  95. </shipments>
  96. <sourceOrderId>UID</sourceOrderId>
  97. <tags>
  98. <element>orderID-12345</element>
  99. <element>csr-jim doe</element>
  100. </tags>
  101. </orderData>
  102. </RootDTO>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement