Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. {
  2. "userMessage": "Group Orders Listed succesfully",
  3. "devMessage": "Group Orders Listed succesfully",
  4. "error": "false",
  5. "data": {
  6. "_id": "5614c2233d54f4433e0d1b5f",
  7. "status": 1,
  8. "uniqueCode": -4,
  9. "paymentType": 0,
  10. "createdAt": "2015-10-07T06:42:22.937Z",
  11. "updatedAt": "2015-10-07T06:59:38.631Z",
  12. "totalPayment": 114000,
  13. "orders": [
  14. {
  15. "_id": "5614c2233d54f4433e0d1b60",
  16. "message": "",
  17. "status": 1,
  18. "deliveryCost": null,
  19. "courierCode": "jne",
  20. "courierName": "JNE CTCSPS ",
  21. "shippingCost": 51000,
  22. "locationCode": "1.32.73.06.0000",
  23. "createdAt": "2015-10-07T06:42:22.917Z",
  24. "updatedAt": "2015-10-07T06:42:22.917Z",
  25. "buyer_id": "555d1c77ffa2234e30bfe735",
  26. "buyer": {
  27. "_id": "555d1c77ffa2234e30bfe735",
  28. "firstName": "Gentra",
  29. "lastName": "Aditya",
  30. "username": "gentra",
  31. "email": "gentra.a@gmail.com",
  32. "bio": "yo bs sj",
  33. "avatarUrl": "https://sng01.objectstorage.softlayer.net/v1/AUTH_7a416654-9d17-4860-9732-73c292b8220f/product-img/555d1c77ffa2234e30bfe735_20150730-105524.jpg",
  34. "roCity_id": "23",
  35. "verified": false,
  36. "phone": "081214607389",
  37. "address": "Jalan Antah berantah",
  38. "postalCode": "899809",
  39. "locationCode": "1.32.73.06.0000",
  40. "location": {
  41. "_id": "55838f13e4d745201b201679",
  42. "code": "1.32.73.06.0000",
  43. "name": "CICENDO",
  44. "country": "1",
  45. "province": "32",
  46. "city": "73",
  47. "subdistrict": "06",
  48. "village": "0000",
  49. "parent": {
  50. "_id": "55838d84e4d745201b20118a",
  51. "code": "1.32.73.00.0000",
  52. "name": "KOTA BANDUNG",
  53. "country": "1",
  54. "province": "32",
  55. "city": "73",
  56. "subdistrict": "00",
  57. "village": "0000",
  58. "parent": {
  59. "_id": "5583886a7de7cc3409cab098",
  60. "code": "1.32.00.00.0000",
  61. "name": "JAWA BARAT",
  62. "country": "1",
  63. "province": "32",
  64. "city": "00",
  65. "subdistrict": "00",
  66. "village": "0000",
  67. "parent": {
  68. "_id": "558d14b035e4716c0e7ced77",
  69. "code": "1.00.00.00.0000",
  70. "name": "INDONESIA",
  71. "country": "1",
  72. "province": "00",
  73. "city": "00",
  74. "subdistrict": "00",
  75. "village": "0000"
  76. }
  77. }
  78. }
  79. }
  80. },
  81. "seller_id": "56133db5286baef263c8093c",
  82. "seller": {
  83. "_id": "56133db5286baef263c8093c",
  84. "firstName": "Whats",
  85. "lastName": "Down",
  86. "username": "whatsdown",
  87. "email": "whatsdown@nekobiz.com",
  88. "bio": "",
  89. "avatarUrl": "",
  90. "roCity_id": "22",
  91. "verified": false
  92. },
  93. "offers": [
  94. {
  95. "_id": "5614c16e3d54f4433e0d1b50",
  96. "buyer_id": "555d1c77ffa2234e30bfe735",
  97. "buyer": {
  98. "firstName": "Whats",
  99. "lastName": "Down",
  100. "username": "whatsdown",
  101. "email": "whatsdown@nekobiz.com",
  102. "bio": "",
  103. "avatarUrl": "",
  104. "roCity_id": "22",
  105. "verified": false
  106. },
  107. "product_id": "5614c1563d54f4433e0d1b4d",
  108. "product": {
  109. "_id": "5614c1563d54f4433e0d1b4d",
  110. "user_id": "56133db5286baef263c8093c",
  111. "type": 0,
  112. "title": "Apa Aja",
  113. "content": "aha",
  114. "price": 80000,
  115. "latitude": "-6.8895531",
  116. "longitude": "107.585393",
  117. "pictureUrls": [
  118. "https://sng01.objectstorage.softlayer.net/v1/AUTH_7a416654-9d17-4860-9732-73c292b8220f/product-img/56133db5286baef263c8093c_20151007-015504.jpg",
  119. "",
  120. "",
  121. ""
  122. ],
  123. "stocks": 54,
  124. "weight": 58
  125. },
  126. "offeringPrice": 63000,
  127. "status": 5,
  128. "quantity": 1,
  129. "order_id": "5614c2233d54f4433e0d1b60",
  130. "createdAt": "2015-10-07T06:54:34.053Z",
  131. "updatedAt": "2015-10-07T06:54:34.053Z"
  132. }
  133. ]
  134. }
  135. ]
  136. }
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement