| @@ -1,67 +1,42 @@ | |||
| { | |||
| "id": "58f4aa0682ea74bb8", | |||
| "name": "same email", | |||
| "id": "5959bd97a0c06a6b2", | |||
| "name": "another user", | |||
| "deleted": false, | |||
| "salutationName": "", | |||
| "firstName": "same", | |||
| "lastName": "email", | |||
| "firstName": "another", | |||
| "lastName": "user", | |||
| "title": "", | |||
| "status": "New", | |||
| "source": "", | |||
| "industry": "", | |||
| "opportunityAmount": 120, | |||
| "opportunityAmount": null, | |||
| "website": "", | |||
| "addressStreet": "", | |||
| "addressCity": "", | |||
| "addressState": "", | |||
| "addressCountry": "", | |||
| "addressPostalCode": "", | |||
| "emailAddress": "test@gmail.com", | |||
| "phoneNumber": "456", | |||
| "emailAddress": "abd1@gmail.com", | |||
| "phoneNumber": null, | |||
| "doNotCall": false, | |||
| "description": "", | |||
| "createdAt": "2017-04-17 11:41:58", | |||
| "modifiedAt": "2017-06-04 04:08:16", | |||
| "createdAt": "2017-07-03 03:44:23", | |||
| "modifiedAt": "2017-07-03 03:44:43", | |||
| "accountName": "", | |||
| "password": "abcdefg", | |||
| "wechatOpenID": "the user id obtained from wechat public account", | |||
| "opportunityAmountCurrency": "AUD", | |||
| "opportunityAmountConverted": 120, | |||
| "password": "abc", | |||
| "wechatOpenID": "myid", | |||
| "opportunityAmountCurrency": null, | |||
| "opportunityAmountConverted": null, | |||
| "emailAddressData": [ | |||
| { | |||
| "emailAddress": "test@gmail.com", | |||
| "lower": "test@gmail.com", | |||
| "emailAddress": "abd1@gmail.com", | |||
| "lower": "abd1@gmail.com", | |||
| "primary": true, | |||
| "optOut": false, | |||
| "invalid": false | |||
| }, | |||
| { | |||
| "emailAddress": "abc@hotmail.com", | |||
| "lower": "abc@hotmail.com", | |||
| "primary": false, | |||
| "optOut": false, | |||
| "invalid": false | |||
| }, | |||
| { | |||
| "emailAddress": "def@jjx.com.au", | |||
| "lower": "def@jjx.com.au", | |||
| "primary": false, | |||
| "optOut": false, | |||
| "invalid": false | |||
| } | |||
| ], | |||
| "phoneNumberData": [ | |||
| { | |||
| "phoneNumber": "456", | |||
| "primary": true, | |||
| "type": "Home" | |||
| }, | |||
| { | |||
| "phoneNumber": "123", | |||
| "primary": false, | |||
| "type": "Mobile" | |||
| } | |||
| ], | |||
| "phoneNumberData": [], | |||
| "createdById": "1", | |||
| "createdByName": "Admin", | |||
| "modifiedById": "1", | |||
| @@ -78,8 +53,6 @@ | |||
| "createdContactName": null, | |||
| "createdOpportunityId": null, | |||
| "createdOpportunityName": null, | |||
| "imagesIds": [], | |||
| "imagesNames": {}, | |||
| "isFollowed": true, | |||
| "followersIds": [ | |||
| "1" | |||
| @@ -87,5 +60,6 @@ | |||
| "followersNames": { | |||
| "1": "Admin" | |||
| }, | |||
| "imagesTypes": {} | |||
| "avatarName": "speed-icon.jpg", | |||
| "avatarId": "5959bdaa7b7714a12" | |||
| } | |||