forked from hellosign/hellosign-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignatureRequestEditEmbeddedRequestGroupedSigners.json
More file actions
54 lines (54 loc) · 1.18 KB
/
SignatureRequestEditEmbeddedRequestGroupedSigners.json
File metadata and controls
54 lines (54 loc) · 1.18 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
{
"client_id": "b6b8e7deaf8f0b95c029dca049356d4a2cf9710a",
"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"
],
"signing_options": {
"draw": true,
"type": true,
"upload": true,
"phone": false,
"default_type": "draw"
},
"test_mode": true,
"signer_experience": {
"form_view": "disabled"
}
}