forked from hellosign/hellosign-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignatureRequestSendWithTemplateResponseExample.json
46 lines (46 loc) · 1.35 KB
/
SignatureRequestSendWithTemplateResponseExample.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
{
"signature_request": {
"signature_request_id": "17d163069282df5eb63857d31ff4a3bffa9e46c0",
"title": "Purchase Order",
"original_title": "Purchase Order",
"subject": "Purchase Order",
"metadata": {},
"message": "Glad we could come to an agreement.",
"created_at": 1570471067,
"is_complete": false,
"is_declined": false,
"has_error": false,
"custom_fields": [
{
"name": "Cost",
"value": "$20,000",
"type": "text",
"editor": "Client",
"required": true
}
],
"response_data": [],
"signing_url": "https://app.hellosign.com/sign/17d163069282df5eb63857d31ff4a3bffa9e46c0",
"signing_redirect_url": null,
"details_url": "https://app.hellosign.com/home/manage?guid=17d163069282df5eb63857d31ff4a3bffa9e46c0",
"requester_email_address": "[email protected]",
"signatures": [
{
"signature_id": "10ab1cd037d9b6cba7975d61ff428c8d",
"signer_email_address": "[email protected]",
"signer_name": "George",
"signer_role": "Client",
"order": null,
"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": [
]
}
}