Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. {
  2. "company" : {
  3. "name" : "Los Angeles",
  4. "description" : "Company1`",
  5. "address" : {
  6. "street1" : "123 main st",
  7. "city" : "San Diego",
  8. "state" : "CA",
  9. "zip" : "92101"
  10. }
  11. },
  12. "accountType" : "ADVERTISER",
  13. "status" : "ACTIVE",
  14. "contacts" : [
  15. {
  16. "firstName" : "Zeeto",
  17. "lastName" : "User",
  18. "phone" : "5551234444",
  19. "email" : "test+devzuser@zeeto.com"
  20. },
  21. {
  22. "firstName" : "Zeeto",
  23. "lastName" : "User",
  24. "phone" : "5551234444",
  25. "email" : "test+devzuser@zeeto.com"
  26. }
  27. ],
  28. "timezone" : "America/Los_Angeles",
  29. "createdTimestamp" : NumberLong(1476853903662),
  30. "updatedTimestamp" : NumberLong(1476853903662)
  31. }
  32.  
  33. {
  34. "company" : {
  35. "name" : "New York",
  36. "description" : "Company1`",
  37. "address" : {
  38. "street1" : "123 main st",
  39. "city" : "San Diego",
  40. "state" : "CA",
  41. "zip" : "92101"
  42. }
  43. },
  44. "accountType" : "ADVERTISER",
  45. "status" : "ACTIVE",
  46. "contacts" : [
  47. {
  48. "firstName" : "Zeeto",
  49. "lastName" : "User",
  50. "phone" : "5551234444",
  51. "email" : "test+devzuser@zeeto.com"
  52. },
  53. {
  54. "firstName" : "Zeeto",
  55. "lastName" : "User",
  56. "phone" : "5551234444",
  57. "email" : "test+devzuser@zeeto.com"
  58. }
  59. ],
  60. "timezone" : "America/New_York",
  61. "createdTimestamp" : NumberLong(1476853903662),
  62. "updatedTimestamp" : NumberLong(1476853903662)
  63. }
  64.  
  65. {
  66. "company" : {
  67. "name" : "Hawaii",
  68. "description" : "Company1`",
  69. "address" : {
  70. "street1" : "123 main st",
  71. "city" : "San Diego",
  72. "state" : "CA",
  73. "zip" : "92101"
  74. }
  75. },
  76. "accountType" : "ADVERTISER",
  77. "status" : "ACTIVE",
  78. "contacts" : [
  79. {
  80. "firstName" : "Zeeto",
  81. "lastName" : "User",
  82. "phone" : "5551234444",
  83. "email" : "test+devzuser@zeeto.com"
  84. },
  85. {
  86. "firstName" : "Zeeto",
  87. "lastName" : "User",
  88. "phone" : "5551234444",
  89. "email" : "test+devzuser@zeeto.com"
  90. }
  91. ],
  92. "timezone" : "Pacific/Honolulu",
  93. "createdTimestamp" : NumberLong(1476853903662),
  94. "updatedTimestamp" : NumberLong(1476853903662)
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement