sheena2994

Untitled

Jan 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the offers",
  4. "data": [
  5. {
  6. "post_id": "6",
  7. "users_id": "3",
  8. "firstname": "Ishita",
  9. "lastname": "Verma",
  10. "image100": "",
  11. "image200": "",
  12. "image400": "",
  13. "remaining_duration": "5",
  14. "highest_bid": "0",
  15. "is_bidded": "0",
  16. "name": "Ok jannu",
  17. "date": "2016-01-24 00:00:00",
  18. "num_of_tickets": "4",
  19. "is_stu_section": "0",
  20. "row": "2",
  21. "section": "3",
  22. "is_fixed": "0",
  23. "price": "200",
  24. "duration": "5"
  25. },
  26. {
  27. "post_id": "4",
  28. "users_id": "1",
  29. "firstname": "Anika",
  30. "lastname": "Sharma",
  31. "image100": "http://192.168.100.117:8000/uploads/images100/img_8bd1dbf3d397c47143.jpg",
  32. "image200": "http://192.168.100.117:8000/uploads/images200/img_8bd1dbf3d397c47268.jpg",
  33. "image400": "http://192.168.100.117:8000/uploads/images400/img_8bd1dbf3d397c47331.jpg",
  34. "remaining_duration": "0",
  35. "highest_bid": "199",
  36. "is_bidded": "0",
  37. "name": "Local Train",
  38. "date": "2016-01-28 00:00:00",
  39. "num_of_tickets": "6",
  40. "is_stu_section": "1",
  41. "row": "0",
  42. "section": "0",
  43. "is_fixed": "1",
  44. "price": "1500",
  45. "duration": "0"
  46. },
  47. {
  48. "post_id": "3",
  49. "users_id": "1",
  50. "firstname": "Anika",
  51. "lastname": "Sharma",
  52. "image100": "http://192.168.100.117:8000/uploads/images100/img_8bd1dbf3d397c47143.jpg",
  53. "image200": "http://192.168.100.117:8000/uploads/images200/img_8bd1dbf3d397c47268.jpg",
  54. "image400": "http://192.168.100.117:8000/uploads/images400/img_8bd1dbf3d397c47331.jpg",
  55. "remaining_duration": "0",
  56. "highest_bid": "0",
  57. "is_bidded": "0",
  58. "name": "Taylor Swift Singing",
  59. "date": "2016-02-02 00:00:00",
  60. "num_of_tickets": "6",
  61. "is_stu_section": "1",
  62. "row": "0",
  63. "section": "0",
  64. "is_fixed": "0",
  65. "price": "1000",
  66. "duration": "1"
  67. },
  68. {
  69. "post_id": "2",
  70. "users_id": "1",
  71. "firstname": "Anika",
  72. "lastname": "Sharma",
  73. "image100": "http://192.168.100.117:8000/uploads/images100/img_8bd1dbf3d397c47143.jpg",
  74. "image200": "http://192.168.100.117:8000/uploads/images200/img_8bd1dbf3d397c47268.jpg",
  75. "image400": "http://192.168.100.117:8000/uploads/images400/img_8bd1dbf3d397c47331.jpg",
  76. "remaining_duration": "0",
  77. "highest_bid": "0",
  78. "is_bidded": "0",
  79. "name": "Iron Man",
  80. "date": "2016-02-02 00:00:00",
  81. "num_of_tickets": "6",
  82. "is_stu_section": "1",
  83. "row": "0",
  84. "section": "0",
  85. "is_fixed": "0",
  86. "price": "800",
  87. "duration": "1"
  88. }
  89. ]
  90. }
Add Comment
Please, Sign In to add comment