-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathSignatureRequestSendRequestGroupedSigners.json
More file actions
57 lines (57 loc) · 1.2 KB
/
SignatureRequestSendRequestGroupedSigners.json
File metadata and controls
57 lines (57 loc) · 1.2 KB
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
{
"title": "NDA with Acme Co.",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you\nhave any questions.",
"grouped_signers": [
{
"group": "Group #1",
"order": 0,
"signers": [
{
"email_address": "jack@example.com",
"name": "Jack"
},
{
"email_address": "jill@example.com",
"name": "Jill"
}
]
},
{
"group": "Group #2",
"order": 1,
"signers": [
{
"email_address": "bob@example.com",
"name": "Bob"
},
{
"email_address": "charlie@example.com",
"name": "Charlie"
}
]
}
],
"cc_email_addresses": [
"lawyer1@dropboxsign.com",
"lawyer2@dropboxsign.com"
],
"file_urls": [
"https://www.dropbox.com/s/ad9qnhbrjjn64tu/mutual-NDA-example.pdf?dl=1"
],
"metadata": {
"custom_id": 1234,
"custom_text": "NDA #9"
},
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"field_options": {
"date_format": "DD - MM - YYYY"
},
"test_mode": true
}