-
Notifications
You must be signed in to change notification settings - Fork 3
/
lead.json
66 lines (65 loc) · 1.11 KB
/
lead.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"firstName":"Test",
"lastName":"Registrant",
"clientId":"",
"projectIds":[""],
"emails":[
{
"email":"test_reg@mylasso.com",
"type":"Home",
"primary":true
}
],
"phones":[
{
"phone":"123 456 7890",
"type":"Mobile",
"primary":true
}
],
"notes":["This is a test note"],
"nameTitle":"Mr",
"company":"Lasso",
"rating":"N",
"ratingId":"",
"rotationId":"",
"domainAccountId":"",
"guid":"",
"sourceType":"Online Registration",
"secondarySourceType":"Facebook",
"followUpProcess":"30 day follow up",
"contactPreference":"Any",
"sendSalesRepAssignmentNotification": true,
"thankYouEmailTemplateId": "",
"addresses":[
{
"address":"350 Fifth Avenue",
"city":"New York",
"country":"USA",
"province":"NY",
"postalCode":"NY",
"type":"Home",
"primary":true
}
],
"questions":[
{
"id":1,
"path":"",
"name":"t-bar",
"answers":[
]
},
{
"id":0,
"path":"projectname/survey/",
"name":"do you like us?",
"answers":[
{
"id":"x",
"text":"Yes"
}
]
}
]
}