forked from hellosign/hellosign-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignatureRequestUpdateResponse.json
More file actions
32 lines (32 loc) · 1022 Bytes
/
SignatureRequestUpdateResponse.json
File metadata and controls
32 lines (32 loc) · 1022 Bytes
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
{
"signature_request": {
"signature_request_id": "fa5c8a0b0f492d768749333ad6fcc214c111e967",
"title": "Purchase Agreement",
"subject": "Purchase Agreement",
"message": "Please sign and return.",
"created_at": 1570471067,
"is_complete": true,
"has_error": false,
"custom_fields": [],
"signing_url": null,
"signing_redirect_url": null,
"details_url": "https://app.hellosign.com/home/manage?guid=fa5c8a0b0f492d768749333ad6fcc214c111e967",
"requester_email_address": "me@dropboxsign.com",
"signatures": [
{
"signature_id": "78caf2a1d01cd39cea2bc1cbb340dac3",
"signer_email_address": "danaerys@mereen.gov.ws",
"signer_name": "Danaerys Stormborn",
"signer_role": null,
"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": []
}
}