forked from hellosign/hellosign-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignatureRequestCreateEmbeddedResponseExample.json
52 lines (52 loc) · 1.68 KB
/
SignatureRequestCreateEmbeddedResponseExample.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
{
"signature_request": {
"signature_request_id": "a9f4825edef25f47e7b4c14ce8100d81d1693160",
"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.",
"metadata": {},
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [],
"response_data": [],
"signing_url": "https://app.hellosign.com/sign/a9f4825edef25f47e7b4c14ce8100d81d1693160",
"signing_redirect_url": null,
"details_url": "https://app.hellosign.com/home/manage?guid=a9f4825edef25f47e7b4c14ce8100d81d1693160",
"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": [
]
}
}