-
Notifications
You must be signed in to change notification settings - Fork 1
/
Sample-dataMap.json
executable file
·40 lines (40 loc) · 1.44 KB
/
Sample-dataMap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"Contact": {
"totalSize": 24,
"done": true,
"records": [
{
"attributes": {
"type": "Contact",
"url": "/services/data/v44.0/sobjects/Contact/003B0000001VXqOIAW"
},
"AccountId": "001B0000002OUfiIAG",
"LastName": "Gonzalez",
"FirstName": "Rose",
"Salutation": "Ms.",
"MailingStreet": "313 Constitution Place\nAustin, TX 78767\nUSA",
"Phone": "(512) 757-6000",
"Fax": "(512) 757-9000",
"MobilePhone": "(512) 757-9340",
"Email": "[email protected]",
"Title": "SVP, Procurement",
"Department": "Procurement",
"LeadSource": "Trade Show",
"Birthdate": "1962-08-16",
"OwnerId": "005B0000001BJw8IAG",
"CleanStatus": "Pending",
"dip__Level__c": "Primary",
"dip__Languages__c": "English",
"dip__Active__c": false,
"dip__Profile_Image__c": "https://s3-us-west-2.amazonaws.com/df14-dave/woman1.png",
"Id": "003B0000001VXqOIAW"
},
{
"attributes": {
"type": "Contact",
"url": "/services/data/v44.0/sobjects/Contact/003B0000001VXqPIAW"
}
}
]
}
}