Guest User

Untitled

a guest
Dec 14th, 2017
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. {
  2. "version": "1.0",
  3. "data": [
  4. {
  5. "contractKey": "21f739cf-be43-4311-b7b3-a6e06f8d6952",
  6. "order": {
  7. "orderNumber": "TEST-ORDER-NUMBER-10",
  8. "requisition": "TEST_REQUISITION",
  9. "orderType": "adhoc",
  10. "pickuped": false,
  11. "price": {
  12. "amount": 100
  13. },
  14. "paidBy": "Wuxus A/S",
  15. "origin": {
  16. "companyName": "Example Sender A/S",
  17. "attention": "John Doe",
  18. "address": "Klausdalsbrovej 601",
  19. "extraInfo": "Gate 5",
  20. "zipCode": "2750",
  21. "city": "Ballerup",
  22. "countryCode": "DK",
  23. "email": "john.doe@example.com",
  24. "phone": {
  25. "prefix": 45,
  26. "number": 123456789
  27. },
  28. "timeWindow": {
  29. "start": "2017-08-11T10:00:00.000Z",
  30. "end": "2017-08-11T12:00:00.000Z",
  31. "timeType": "between",
  32. "lock": true
  33. },
  34. "comments": "Just walk in and to the second floor. We'll be there"
  35. },
  36. "destination": {
  37. "companyName": "Example Production A/S",
  38. "attention": "Mike",
  39. "address": "Gammel Lyngvej 2",
  40. "extraInfo": "Delivery Entrance",
  41. "zipCode": "4600",
  42. "city": "Køge",
  43. "countryCode": "DK",
  44. "email": "jane.doe@example.com",
  45. "phone": {
  46. "prefix": 45,
  47. "number": 234567894
  48. },
  49. "timeWindow": {
  50. "start": "2017-08-11T10:00:00.000Z",
  51. "end": "2017-08-11T12:00:00.000Z",
  52. "timeType": "between",
  53. "lock": true
  54. },
  55. "comments": "We're in the middle of the building"
  56. },
  57. "sender": {
  58. "companyName": "Example Sender A/S",
  59. "attention": "John Roe",
  60. "address": "Klausdalsbrovej 615",
  61. "extraInfo": "The Camp",
  62. "zipCode": "4600",
  63. "city": "Køge",
  64. "countryCode": "DK",
  65. "email": "john.roe@example.com",
  66. "phone": {
  67. "prefix": 45,
  68. "number": 345678901
  69. },
  70. "comments": "Contact John if there are any problems"
  71. },
  72. "receiver": {
  73. "companyName": "Example Production A/S",
  74. "attention": "Jane Roe",
  75. "address": "Galoche Alle 15",
  76. "extraInfo": "Den hvide by",
  77. "zipCode": "4600",
  78. "city": "Køge",
  79. "countryCode": "DK",
  80. "email": "jane.roe@example.com",
  81. "phone": {
  82. "prefix": 45,
  83. "number": 456789012
  84. },
  85. "comments": "If door closed, just put it in front of the door"
  86. },
  87. "cargo": [
  88. {
  89. "cargoReference": "CARGO-BIG",
  90. "cargoNr": "10000#12345",
  91. "description": "A little big box",
  92. "type": "box",
  93. "amount": 1,
  94. "weight": 10,
  95. "volume": 0.001,
  96. "dimensions": {
  97. "height": 10,
  98. "width": 10,
  99. "length": 10
  100. },
  101. "barcode": "BARCODE#SCAN#1",
  102. "services": [
  103. {
  104. "serviceId": "588ef7efccf9b6fd26e38941"
  105. },
  106. {
  107. "serviceId": "5912f89202bdd2626ba7ebf9"
  108. }
  109. ]
  110. },
  111. {
  112. "cargoReference": "CARGO-SMALL",
  113. "cargoNr": "20000#12345",
  114. "description": "A little small box",
  115. "type": "box",
  116. "amount": 2,
  117. "barcode": "BARCODE#SCAN#11",
  118. "services": [
  119. {
  120. "serviceId": "5912f89202bdd2626ba7ebf9"
  121. }
  122. ]
  123. }
  124. ]
  125. }
  126. }
  127. ]
  128. }
Add Comment
Please, Sign In to add comment