Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. {
  2. "action": "rejectPoVendor",
  3. "context": {
  4. "callbackWaitsForEmptyEventLoop": true,
  5. "logGroupName": "/aws/lambda/bizzy-pubsub-kinesis",
  6. "logStreamName": "2018/10/19/[41]428813da3ab94325805c37dff4f14d7c",
  7. "functionName": "bizzy-pubsub-kinesis",
  8. "memoryLimitInMB": "512",
  9. "functionVersion": "41",
  10. "invokeid": "d85dfeb8-2fe8-43cc-bb55-f29f411fa3c1",
  11. "awsRequestId": "d85dfeb8-2fe8-43cc-bb55-f29f411fa3c1",
  12. "invokedFunctionArn": "arn:aws:lambda:ap-southeast-1:159880201964:function:bizzy-pubsub-kinesis:TEST",
  13. "source": "api_gateway",
  14. "request_id": "e3400afc-9431-42ae-b938-697af03c35a8"
  15. },
  16. "data": {
  17. "data": {
  18. "purchase_order_no": "PO-1539951119671",
  19. "purchase_order_status": 90,
  20. "purchase_order_skus": [
  21. {
  22. "status": 0,
  23. "notes": "stok habis",
  24. "sku_id": "934"
  25. },
  26. {
  27. "status": 0,
  28. "notes": "produk tidak diproduksi lagi",
  29. "sku_id": "9955"
  30. },
  31. {
  32. "status": 0,
  33. "notes": "terdapat perubahan harga",
  34. "sku_id": "9319"
  35. }
  36. ],
  37. "sales_order_no": "PO-1539951119671",
  38. "sales_order_status": 900,
  39. "erpPayload": [
  40. {
  41. "sales_order": {
  42. "order_number": "PO-1539951119671",
  43. "purchase_request_number": "PR-1539951118789",
  44. "customer_id": 3238,
  45. "channel": "MARKETPLACE",
  46. "status": "PR_REJECTED",
  47. "payment_type": "TOP",
  48. "term_of_payment": 14,
  49. "shipping_address_id": 3613,
  50. "billing_address_id": 3614,
  51. "created_at": "2018-10-19T11:16:15.000Z",
  52. "updated_at": "2018-10-19T12:12:06.000Z",
  53. "memo": null,
  54. "items": [
  55. {
  56. "sku_id": 934,
  57. "sku_no": "EFBAA81EA4",
  58. "quantity": "5.00",
  59. "pair_id": "940a3ac4-722c-431d-b1a5-3e3b8f19c4d0",
  60. "status": "ITEM_REJECTED",
  61. "pricing": {
  62. "rate": 3900000
  63. },
  64. "tax_amount": 0
  65. },
  66. {
  67. "sku_id": 9955,
  68. "sku_no": "60AD9D930F",
  69. "quantity": "1.00",
  70. "pair_id": "183fe055-c9b8-4509-94f1-863ddac398e0",
  71. "status": "ITEM_REJECTED",
  72. "pricing": {
  73. "rate": 97000000
  74. },
  75. "tax_amount": 0
  76. },
  77. {
  78. "sku_id": 9319,
  79. "sku_no": "601D1C15F2",
  80. "quantity": "6.00",
  81. "pair_id": "584b128e-8f9a-43eb-b851-8fb78de8d87c",
  82. "status": "ITEM_REJECTED",
  83. "pricing": {
  84. "rate": 1257000000
  85. },
  86. "tax_amount": 0
  87. }
  88. ],
  89. "location": 1
  90. },
  91. "purchase_orders": [
  92. {
  93. "order_number": "PO-1539951119671",
  94. "customer_order_number": "PO-1539951119671",
  95. "vendor_id": 61,
  96. "channel": "MARKETPLACE",
  97. "status": "PO_REJECTED",
  98. "payment_type": "TOP",
  99. "term_of_payment": 0,
  100. "created_at": "2018-10-19T12:12:00.000Z",
  101. "updated_at": "2018-10-19T12:12:06.000Z",
  102. "memo": null,
  103. "items": [
  104. {
  105. "sku_id": 934,
  106. "sku_no": "EFBAA81EA4",
  107. "pair_id": "940a3ac4-722c-431d-b1a5-3e3b8f19c4d0",
  108. "quantity": 5,
  109. "status": "ITEM_REJECTED",
  110. "pricing": {
  111. "rate": 3900000
  112. },
  113. "tax_amount": 0
  114. },
  115. {
  116. "sku_id": 9955,
  117. "sku_no": "60AD9D930F",
  118. "pair_id": "183fe055-c9b8-4509-94f1-863ddac398e0",
  119. "quantity": 1,
  120. "status": "ITEM_REJECTED",
  121. "pricing": {
  122. "rate": 97000000
  123. },
  124. "tax_amount": 0
  125. },
  126. {
  127. "sku_id": 9319,
  128. "sku_no": "601D1C15F2",
  129. "pair_id": "584b128e-8f9a-43eb-b851-8fb78de8d87c",
  130. "quantity": 6,
  131. "status": "ITEM_REJECTED",
  132. "pricing": {
  133. "rate": 1257000000
  134. },
  135. "tax_amount": 0
  136. }
  137. ],
  138. "location": 1
  139. }
  140. ]
  141. }
  142. ]
  143. },
  144. "context": {},
  145. "published_at": "2018-10-19T12:12:07Z"
  146. }
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement