Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Get detail
  2. {
  3. "email": "abc@gmail.com",
  4. "lastAccess": "10-10-2017 00:00AM GM+7",
  5. "username": "abc",
  6. "passwd": 123,
  7. "profile": "profileId"
  8. };
  9. Get all
  10. {
  11. {
  12. "email": "abc@gmail.com",
  13. "lastAccess": "10-10-2017 00:00AM GM+7",
  14. "username": "abc",
  15. "passwd": 123,
  16. "profile": "profileId"
  17. },
  18. {
  19. "email": "def@gmail.com",
  20. "lastAccess": "10-10-2017 00:00AM GM+7",
  21. "username": "def",
  22. "passwd": 456,
  23. "profile": "profileId"
  24. };
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement