Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. // Response
  2. {
  3. "item": {
  4. id: '568f5b50acc5a8b62a80503b',
  5. username: 'User1',
  6. password: 'pass_hash'
  7. image: 'hello.png',
  8. email: 'john@gmail.com',
  9. first_name: 'John first name',
  10. last_name: 'John last name',
  11. gender: 'man',
  12. date_of_birth: '2005-25-10',
  13. last_login_date: '2016-16-03',
  14. location: {'latitude': 2536.23, 'longitude': 9063.13}
  15. created_at: '2009-30-12',
  16. updated_at: '2010-12-11'
  17. },
  18. "result": {
  19. "developer_error_msg": "",
  20. "error_type": 0,
  21. "friendly_error_msg": "",
  22. "success": true
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement