Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "data": {
  3. "type": "customer",
  4. "id": "58863fe94aa1701100efcb1d",
  5. "attributes": {
  6. "name": "Joe Cornelius Schmoe III",
  7. "displayName": "Joe Cornelius Schmoe III",
  8. "displayColor": "teal",
  9. "displayIcon": "broom",
  10. "externalId": "user-3",
  11. "externalIds": [
  12. {
  13. "externalId": "user-3",
  14. "verified": true
  15. }
  16. ],
  17. "firstName": "Joe",
  18. "lastName": "Schmoe",
  19. "sharedExternalIds": [],
  20. "emails": [
  21. {
  22. "email": "test@gmail.com",
  23. "verified": false,
  24. "type": "home"
  25. },
  26. {
  27. "email": "test2@gmail.com",
  28. "verified": false,
  29. "type": "home"
  30. }
  31. ],
  32. ....
  33. }
  34.  
  35. {
  36. "emails": [
  37. {
  38. "email": "test@gmail.com",
  39. "verified": false,
  40. "type": "home"
  41. }
  42. ]
  43. }
  44.  
  45. {
  46. "data": {
  47. "type": "customer",
  48. "id": "58863fe94aa1701100efcb1d",
  49. "attributes": {
  50. "name": "Joe Cornelius Schmoe III",
  51. "displayName": "Joe Cornelius Schmoe III",
  52. "displayColor": "teal",
  53. "displayIcon": "broom",
  54. "externalId": "user-3",
  55. "externalIds": [
  56. {
  57. "externalId": "user-3",
  58. "verified": true,
  59. "id": null
  60. }
  61. ],
  62. "firstName": "Joe",
  63. "lastName": "Schmoe",
  64. "sharedExternalIds": [],
  65. "emails": [
  66. {
  67. "email": "test@gmail.com",
  68. "verified": false,
  69. "type": "home",
  70. "id": null
  71. }
  72. ]
  73. .....
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement