1{
2 "profile": {
3 "birthday": "1988-10-21T00:00:00.000Z",
4 "companyName": "",
5 "customerNo": "D00000001",
6 "email": "janedoe@mycompany.com",
7 "fax": "",
8 "firstName": "Test1",
9 "gender": "Female",
10 "jobTitle": "",
11 "lastLoginTime": "2018-02-14T20:07:31.074Z",
12 "lastName": "Doe",
13 "lastVisitTime": "2018-02-14T20:07:31.074Z",
14 "phoneBusiness": "",
15 "phoneHome": "",
16 "phoneMobile": "",
17 "preferredLocale": "",
18 "previousLoginTime": "2015-05-18T20:43:17.000Z",
19 "previousVisitTime": "2015-05-18T20:43:17.000Z",
20 "salutation": "",
21 "secondName": "",
22 "suffix": "",
23 "taxID": null,
24 "taxIDMasked": null,
25 "taxIDType": null,
26 "title": "",
27 "male": false,
28 "female": true,
29 "nextBirthday": "2018-10-21T00:00:00.000Z"
30 },
31 "addressbook": [
32 {
33 "address1": "104 Presidential Way",
34 "address2": null,
35 "city": "Woburn",
36 "companyName": null,
37 "countryCode": "us",
38 "firstName": "Test1",
39 "fullName": "Test1 User1",
40 "id": "Home",
41 "jobTitle": null,
42 "lastName": "User1",
43 "phone": "781-555-1212",
44 "postalCode": "01801",
45 "postBox": null,
46 "salutation": null,
47 "secondName": null,
48 "stateCode": "MA",
49 "suffix": null,
50 "suite": null,
51 "title": null
52 },
53 {
54 "address1": "91 Middlesex Tpke",
55 "address2": null,
56 "city": "Burlington",
57 "companyName": null,
58 "countryCode": "us",
59 "firstName": "Jane",
60 "fullName": "Jane Doe",
61 "id": "Work",
62 "jobTitle": null,
63 "lastName": "Doe",
64 "phone": "781-555-1212",
65 "postalCode": "01803",
66 "postBox": null,
67 "salutation": null,
68 "secondName": null,
69 "stateCode": "MA",
70 "suffix": null,
71 "suite": null,
72 "title": null
73 }
74 ],
75 "wallet": [],
76 "orders": [],
77 "productList": {
78 "whishlists": [],
79 "giftregistries": [],
80 "shoppinglists": []
81 },
82 "thirdpartydata": {}
83}