Advertisement
Guest User

Untitled

a guest
Jul 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. {
  2. "message": "Sending request to ESB",
  3. "context": {
  4. "path": "sale\/orders",
  5. "content": {
  6. "storeCode": "00139",
  7. "orderNo": "PWBS201807120005614",
  8. "orderDate": "2018-07-12T07:39:12.000Z",
  9. "orderStatus": "LOGISTICS",
  10. "t1cNo": "",
  11. "totalConfirmQuantity": 3,
  12. "totalDiscount": 1000,
  13. "totalShippingFee": 0,
  14. "totalAmount": 7490,
  15. "totalVatAmount": 490.01,
  16. "vatRate": 7,
  17. "payments": [
  18. {
  19. "code": "545454XXXXXX5454",
  20. "type": "fullpayment",
  21. "amount": 7490
  22. }
  23. ],
  24. "orderDiscounts": [
  25. {
  26. "code": "OPDD",
  27. "amount": 1000,
  28. "type": "discount 217048"
  29. }
  30. ],
  31. "lineItems": [
  32. {
  33. "id": "253465",
  34. "itemNo": 1,
  35. "sku": "217048",
  36. "fromStore": "00139",
  37. "storeToReserve": "",
  38. "quantity": 1,
  39. "normalPricePerUnit": 2750,
  40. "specialPricePerUnit": 2250,
  41. "totalPriceBeforeDiscount": 2750,
  42. "discounts": [
  43. {
  44. "amount": 500,
  45. "code": "OPDD",
  46. "type": "discount 217048",
  47. "mdId": "discount217048"
  48. }
  49. ]
  50. },
  51. {
  52. "id": "253465",
  53. "itemNo": 2,
  54. "sku": "217048",
  55. "fromStore": "00139",
  56. "storeToReserve": "",
  57. "quantity": 1,
  58. "normalPricePerUnit": 2750,
  59. "specialPricePerUnit": 2250,
  60. "totalPriceBeforeDiscount": 2750,
  61. "discounts": [
  62. {
  63. "amount": 500,
  64. "code": "OPDD",
  65. "type": "discount 217048",
  66. "mdId": "discount217048"
  67. }
  68. ]
  69. },
  70. {
  71. "id": "253466",
  72. "itemNo": 3,
  73. "sku": "210530",
  74. "fromStore": "00139",
  75. "storeToReserve": "",
  76. "quantity": 1,
  77. "normalPricePerUnit": 2990,
  78. "specialPricePerUnit": 2990,
  79. "totalPriceBeforeDiscount": 2990,
  80. "discounts": []
  81. }
  82. ]
  83. }
  84. },
  85. "level": 200,
  86. "level_name": "INFO",
  87. "channel": "middlewareLogger",
  88. "datetime": {
  89. "date": "2018-07-12 07:41:08.964838",
  90. "timezone_type": 3,
  91. "timezone": "UTC"
  92. },
  93. "extra": []
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement