Advertisement
Guest User

Untitled

a guest
Feb 13th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "metadata":
  3. {
  4. "token": "admin"
  5. },
  6. "data" :
  7. {
  8. "id" : "1",
  9. "email" : "losowymail@gmail.com",
  10. "management_person" :
  11. [
  12. {
  13. "id" : "1",
  14. "name" : "marcin",
  15. "surname" : "marcinowski",
  16. "phone" : "123456789",
  17. "email" : "innymail@gmail.com",
  18. "type" : "admin"
  19. },
  20. "..."
  21. ],
  22.  
  23. "contact_person" :
  24. [
  25. {
  26. "id" : "1",
  27. "name" : "Ktos",
  28. "surname" : "Ktosinski",
  29. "phone" : "12353456",
  30. "email" : "jakismail@gmail.com"
  31. },
  32. "..."
  33. ]
  34.  
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement