Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. {
  2. "orderNumber": "7000790082",
  3. "processCode": "00002XPO",
  4. "orderDate": "10/19/2015",
  5. "source": "DIRECT",
  6. "currency": "GBP",
  7. "po": "PO8921",
  8. "soldToPartner": {
  9. "customerNumber": "5000033116"
  10. },
  11. "shipToPartner": {
  12. "customerNumber": "5000033116",
  13. "customerName": "SUPER LTD",
  14. "addressLine1": "49 GREEN LANES",
  15. "addressLine2": "",
  16. "city": "LONDON",
  17. "postalCode": "N16",
  18. "countryCode": "GB",
  19. "state": "",
  20. "emailAddress": "8921@mailinator.com"
  21. },
  22. "billToPartner": {
  23. "customerName": "SUPER LTD",
  24. "addressLine1": "49 GREEN LANES",
  25. "addressLine2": "",
  26. "city": "LONDON",
  27. "postalCode": "N16",
  28. "countryCode": "GB",
  29. "state": "",
  30. "partnerNumber": "5000033116"
  31. },
  32. "lineItems": [
  33. {
  34. "lineItemNumber": "0",
  35. "quantity": "1",
  36. "sku": "SRV-00015-660",
  37. "unitPrice": "0.00",
  38. "totalPrice": "0.0",
  39. "calculationType": "C",
  40. "tcode": "249626",
  41. "subscriptionInfo": {
  42. "contractStartDate": "2015-10-19T09:15:23.000Z",
  43. "contractEndDate": "2016-10-18T09:15:23.000Z",
  44. "billingStartDate": "2015-10-19T09:15:25.000Z",
  45. "billingEndDate": "2016-10-18T09:15:23.000Z"
  46. }
  47. },
  48. {
  49. "lineItemNumber": "1",
  50. "quantity": "2",
  51. "sku": "SRV-00015-666",
  52. "unitPrice": "16.00",
  53. "totalPrice": "32.0",
  54. "calculationType": "C",
  55. "tcode": "249626",
  56. "subscriptionInfo": {
  57. "contractStartDate": "2015-10-19T09:15:23.000Z",
  58. "contractEndDate": "2016-10-18T09:15:23.000Z",
  59. "billingStartDate": "2015-10-19T09:15:25.000Z",
  60. "billingEndDate": "2016-10-18T09:15:23.000Z"
  61. }
  62. },
  63. {
  64. "lineItemNumber": "2",
  65. "quantity": "2",
  66. "sku": "SRV-00025-001",
  67. "unitPrice": "400.00",
  68. "totalPrice": "800.0",
  69. "calculationType": "C",
  70. "tcode": "249626",
  71. "subscriptionInfo": {
  72. "contractStartDate": "2015-10-19T09:15:23.000Z",
  73. "contractEndDate": "2016-10-18T09:15:23.000Z",
  74. "billingStartDate": "2015-10-19T09:15:25.000Z",
  75. "billingEndDate": "2016-10-18T09:15:23.000Z"
  76. }
  77. },
  78. {
  79. "lineItemNumber": "3",
  80. "quantity": "2",
  81. "sku": "SRV-00015-442",
  82. "unitPrice": "5.40",
  83. "totalPrice": "10.8",
  84. "calculationType": "C",
  85. "tcode": "249626",
  86. "subscriptionInfo": {
  87. "contractStartDate": "2015-10-19T09:15:23.000Z",
  88. "contractEndDate": "2016-10-18T09:15:23.000Z",
  89. "billingStartDate": "2015-10-19T09:15:25.000Z",
  90. "billingEndDate": "2016-10-18T09:15:23.000Z"
  91. }
  92. }
  93. ]
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement