Advertisement
fhumayun

mongo-test-data1

May 15th, 2015
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.98 KB | None | 0 0
  1. [{
  2.   "_class": "com.groupcaretech.datamodel.account.Account",
  3.   "accountId": 1,
  4.   "loginId": "mgrant0@imageshack.us",
  5.   "password": "qtpnmYz8",
  6.   "status": "ACTIVE",
  7.   "contactAddress": [
  8.     {
  9.       "streetLine1": "150 Valley Edge Terrace",
  10.       "streetLine2": "0",
  11.       "city": "Boise",
  12.       "state": "ID",
  13.       "zip": "83716",
  14.       "verified": false,
  15.       "psapAdmin": "admin",
  16.       "psapTrunk": "trunk",
  17.       "_id": "000000000000000000000010"
  18.     }
  19.   ],
  20.   "phoneBook": [
  21.     {
  22.       "home": "6-(011)947-6571",
  23.       "work": "9-(236)939-3712",
  24.       "cell": "3-(822)684-0276",
  25.       "provider": "T-Mobile",
  26.       "_id": "00000000000000000000100"
  27.     }
  28.   ],
  29.   "createdOn": "2015-01-12T00:00:00Z",
  30.   "lastModified": "2015-03-06T06:15:06Z",
  31.   "lastSuccessfulLogin": "2015-02-25T05:33:05Z",
  32.   "fidgets": [
  33.     {
  34.       "$ref": "fidgets",
  35.       "$_id": "0000000000000000001000"
  36.     }
  37.   ],
  38.   "_id": "0000000000000000000000001",
  39.   "accHolderName": "Greg Waters"
  40. }, {
  41.   "_class": "com.groupcaretech.datamodel.account.Account",
  42.   "accountId": 2,
  43.   "loginId": "rnguyen1@scientificamerican.com",
  44.   "password": "2Z4VE1IW2mmD",
  45.   "status": "ACTIVE",
  46.   "contactAddress": [
  47.     {
  48.       "streetLine1": "7584 Hanover Plaza",
  49.       "streetLine2": "9",
  50.       "city": "New York City",
  51.       "state": "NY",
  52.       "zip": "10280",
  53.       "verified": false,
  54.       "psapAdmin": "admin",
  55.       "psapTrunk": "trunk",
  56.       "_id": "000000000000000000000010"
  57.     }
  58.   ],
  59.   "phoneBook": [
  60.     {
  61.       "home": "4-(993)366-2778",
  62.       "work": "9-(788)194-1527",
  63.       "cell": "2-(462)079-0094",
  64.       "provider": "AT&T",
  65.      "_id": "00000000000000000000100"
  66.    }
  67.  ],
  68.  "createdOn": "2015-01-12T00:00:00Z",
  69.  "lastModified": "2015-04-27T10:48:33Z",
  70.  "lastSuccessfulLogin": "2015-04-06T00:46:36Z",
  71.  "fidgets": [
  72.    {
  73.      "$ref": "fidgets",
  74.      "$_id": "0000000000000000001000"
  75.    }
  76.  ],
  77.  "_id": "0000000000000000000000001",
  78.  "accHolderName": "Alida O'Kon"
  79. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement