Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. startIndex: 0,
  3. pageSize: 20,
  4. pageCount: 1,
  5. totalCount: 1,
  6. items: [
  7. {
  8. id: 123456,
  9. emailAddress: 'test@test.com',
  10. userName: 'test@test.com',
  11. firstName: 'John',
  12. lastName: 'Hancock',
  13. customerSet: 'default',
  14. commerceSummary: [
  15. Object
  16. ],
  17. contacts: [
  18. Object
  19. ],
  20. userId: '92834439c29389fj292',
  21. notes: [
  22.  
  23. ],
  24. attributes: [
  25. Object
  26. ],
  27. segments: [
  28. Object
  29. ],
  30. taxExempt: false,
  31. externalId: '2100010368',
  32. isAnonymous: false,
  33. auditInfo: [
  34. Object
  35. ],
  36. isLocked: false,
  37. isActive: true,
  38. hasExternalPassword: false,
  39. customerSinceDate: 2016-06-23T18: 26: 46.000Z
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement