-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathSignatureRequestSendResponseExample.json
76 lines (76 loc) · 2.3 KB
/
SignatureRequestSendResponseExample.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
67
68
69
70
71
72
73
74
75
76
{
"signature_request": {
"signature_request_id": "2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"title": "NDA with Acme Co.",
"original_title": "The NDA we talked about",
"subject": "The NDA we talked about",
"message": "Please sign this NDA and then we can discuss more. Let me know if you have any questions.",
"test_mode": true,
"metadata": {
"custom_id": "1234",
"custom_text": "NDA #9"
},
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [],
"response_data": [],
"signing_url": "https://app.hellosign.com/sign/2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"signing_redirect_url": null,
"files_url": "https://api.hellosign.com/v3/signature_request/files/2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"details_url": "https://app.hellosign.com/home/manage?guid=2b388914e3ae3b738bd4e2ee2850c677e6dc53d2",
"requester_email_address": "[email protected]",
"signatures": [
{
"signature_id": "78caf2a1d01cd39cea2bc1cbb340dac3",
"signer_email_address": "[email protected]",
"signer_name": "Jack",
"signer_role": null,
"order": 0,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
},
{
"signature_id": "616629ed37f8588d28600be17ab5d6b7",
"signer_email_address": "[email protected]",
"signer_name": "Jill",
"signer_role": null,
"order": 1,
"status_code": "awaiting_signature",
"signed_at": null,
"last_viewed_at": null,
"last_reminded_at": null,
"has_pin": false,
"has_sms_auth": false
}
],
"cc_email_addresses": [
],
"attachments": [
{
"id": "id_1",
"signer": "1",
"name": "Attachment #1",
"required": true,
"instructions": "Instructions #1",
"uploaded_at": 1650398513
},
{
"id": "id_2",
"signer": "2",
"name": "Attachment #2",
"required": true,
"instructions": null,
"uploaded_at": null
}
],
"template_ids": null
}
}