Advertisement
eraneran

Untitled

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