Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Req -- http://localhost:8081/api/locations?accId=0016100000ArNnrAAF
  2.  
  3. Res --
  4.  
  5. [
  6. {
  7. "Id": "00361000008qz4BAAQ",
  8. "fName": "Rose",
  9. "lName": "Gonzalez",
  10. "street": "313 Constitution Place\nAustin, TX 78767\nUSA",
  11. "city": null,
  12. "state": null,
  13. "country": null
  14. },
  15. {
  16. "Id": "00361000008qz4CAAQ",
  17. "fName": "Sean",
  18. "lName": "Forbes",
  19. "street": "312 Constitution Place\nAustin, TX 78767\nUSA",
  20. "city": null,
  21. "state": null,
  22. "country": null
  23. },
  24. {
  25. "Id": "00361000013kM8xAAE",
  26. "fName": "Abhishek",
  27. "lName": "Walia",
  28. "street": "312 Constitution Place",
  29. "city": "Austin",
  30. "state": "TX",
  31. "country": "USA"
  32. }
  33. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement