-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathTemplateCreateEmbeddedDraftRequest.json
More file actions
125 lines (125 loc) · 2.74 KB
/
Copy pathTemplateCreateEmbeddedDraftRequest.json
File metadata and controls
125 lines (125 loc) · 2.74 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"default": {
"allow_ccs": true,
"allow_reassign": true,
"attachments": [
{
"name": "Attachment1",
"signer_index": 1,
"instructions": "Upload your Driver's License",
"required": true
}
],
"cc_roles": [
"Manager"
],
"client_id": "37dee8d8440c66d54cfa05d92c160882",
"editor_options": {
"allow_edit_signers": true,
"allow_edit_documents": false
},
"field_options": {
"date_format": "DD - MM - YYYY"
},
"file_urls": [
"https://app.hellosign.com/docs/example_signature_request.pdf"
],
"force_signer_roles": false,
"force_subject_message": false,
"form_field_groups": [
{
"group_id": "RadioGroup1",
"group_label": "Radio Group 1",
"requirement": "require_0-1"
}
],
"form_field_rules": [
{
"id": "rule_1",
"trigger_operator": "AND",
"triggers": [
{
"id": "uniqueIdHere_1",
"operator": "is",
"value": "foo"
}
],
"actions": [
{
"field_id": "uniqueIdHere_2",
"hidden": true,
"type": "change-field-visibility"
}
]
}
],
"form_fields_per_document": [
{
"document_index": 0,
"api_id": "uniqueIdHere_1",
"name": "",
"type": "text",
"x": 112,
"y": 328,
"width": 100,
"height": 16,
"required": true,
"signer": "0",
"page": 1,
"validation_type": "numbers_only",
"font_family": "roboto",
"font_size": 11
},
{
"document_index": 0,
"api_id": "uniqueIdHere_2",
"name": "",
"type": "signature",
"x": 530,
"y": 415,
"width": 120,
"height": 30,
"required": true,
"signer": "0",
"page": 1
}
],
"merge_fields": [
{
"name": "Full Name",
"type": "text"
},
{
"name": "Is Registered?",
"type": "checkbox"
}
],
"message": "For your approval",
"metadata": {
"metadata_name_1": "metadata_value_1",
"metadata_name_2": {
"metadata_name_2_a": "metadata_value_2_a"
},
"metadata_name_3": "metadata_value_3",
"custom_id": 1234,
"custom_text": "NDA #9"
},
"show_preview": true,
"show_progress_stepper": true,
"signer_roles": [
{
"name": "Client",
"order": 0
},
{
"name": "Witness",
"order": 1
}
],
"skip_me_now": true,
"subject": "Please sign this document",
"test_mode": true,
"title": "Test Template",
"use_preexisting_fields": true
}
}