Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. 1 st response
  2.  
  3. {
  4. "error": false,
  5. "success": true,
  6. "res": {
  7. "code": "DONE",
  8. "message": "MyHubberList",
  9. "latestinfo": [
  10. {
  11. "id": "2",
  12. "name": "",
  13. "email": "x@gmail.com",
  14. "username": "asd",
  15. "password": "MTIz",
  16. "dob": "1989-12-23",
  17. "country_id": "1",
  18. "city_id": "2",
  19. "nationality": "indian",
  20. "phone": "1234567890",
  21. "device_id": "",
  22. "device_unique_id": "",
  23. "apptype": "ANDROID",
  24. "is_blocked": "0",
  25. "is_deleted": "0",
  26. "is_verified": "0",
  27. "created": "2015-07-16 06:48:29"
  28. },
  29. {
  30. "id": "3",
  31. "name": "",
  32. "email": "asd@gmail.com",
  33. "username": "qwer",
  34. "password": "MTIz",
  35. "dob": "1989-12-23",
  36. "country_id": "1",
  37. "city_id": "2",
  38. "nationality": "indian",
  39. "phone": "1234567891",
  40. "device_id": "",
  41. "device_unique_id": "",
  42. "apptype": "ANDROID",
  43. "is_blocked": "0",
  44. "is_deleted": "0",
  45. "is_verified": "0",
  46. "created": "2015-07-16 07:32:27"
  47. }
  48. ]
  49. }
  50. }
  51.  
  52.  
  53.  
  54. 2 nd response
  55.  
  56.  
  57. {
  58. "error": false,
  59. "success": true,
  60. "res": {
  61. "code": "DONE",
  62. "message": "You are logged in",
  63. "latestinfo": {
  64. "user_id": "1",
  65. "name": "Arindam",
  66. "email": "arindamsamanta.amstech@gmail.com",
  67. "password": "123456"
  68. }
  69. }
  70. }
  71.  
  72.  
  73. 3 rd response
  74.  
  75. {
  76. "code": "DONE",
  77. "message": "Country List",
  78. "latestinfo": {
  79. "Country": [
  80. {
  81. "id": "1",
  82. "name": "Aruba"
  83. },
  84. {
  85. "id": "2",
  86. "name": "Afghanistan"
  87. },
  88. {
  89. "id": "3",
  90. "name": "Angola"
  91. },
  92. {
  93. "id": "4",
  94. "name": "Anguilla"
  95. },
  96. {
  97. "id": "5",
  98. "name": "Albania"
  99. },
  100. {
  101. "id": "6",
  102. "name": "Andorra"
  103. }
  104. ]
  105. }
  106. }
  107.  
  108. 4 th response
  109.  
  110. {
  111. "error": false,
  112. "success": true,
  113. "res": {
  114. "code": "DONE",
  115. "message": "Registration successfully done",
  116. "latestinfo": {
  117. "fromApp": "1",
  118. "apptype": "ANDROID",
  119. "pagetype": "USER-REGISTRATION",
  120. "email": "hjgd@gmail.com",
  121. "username": "qwer",
  122. "dob": "1989-12-23",
  123. "country_id": "1",
  124. "city_id": "2",
  125. "nationality": "indian",
  126. "phone": "1234567891",
  127. "password": "123",
  128. "con_password": "123",
  129. "user_id": "4"
  130. }
  131. }
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement