Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [
  2. {
  3. "MerchantOrderId":9,
  4. "MerchantOrderTotal":4321,
  5. "ConsumerOrderId":0,
  6. "ConfirmationNumber":0,
  7. "Status":"88",
  8. "Product_Id":9090,
  9. "ProductName":"mock product name",
  10. "Quantity":2,
  11. "Total":100,
  12. "ActivityType":"pickup",
  13. "ETA":"8 hrs 9min"
  14. },
  15. {
  16. "MerchantOrderId":9,
  17. "MerchantOrderTotal":4321,
  18. "ConsumerOrderId":0,
  19. "ConfirmationNumber":0,
  20. "Status":"88",
  21. "Product_Id":9090,
  22. "ProductName":"mock product name",
  23. "Quantity":2,
  24. "Total":100,
  25. "ActivityType":"payment",
  26. "ETA":"8 hrs 9min"
  27. },
  28. {
  29. "MerchantOrderId":10,
  30. "MerchantOrderTotal":1234,
  31. "ConsumerOrderId":0,
  32. "ConfirmationNumber":0,
  33. "Status":"88",
  34. "Product_Id":9090,
  35. "ProductName":"mock product name",
  36. "Quantity":2,
  37. "Total":100,
  38. "ActivityType":"pickup",
  39. "ETA":"8 hrs 9min"
  40. },
  41. {
  42. "MerchantOrderId":28,
  43. "MerchantOrderTotal":88,
  44. "ConsumerOrderId":4,
  45. "ConfirmationNumber":0,
  46. "Status":"S",
  47. "Product_Id":9090,
  48. "ProductName":"mock product name",
  49. "Quantity":2,
  50. "Total":100,
  51. "ActivityType":"pickup",
  52. "ETA":"8 hrs 9min"
  53. }
  54. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement