SendSignatureResponse
NOTE
Both global methods return a SendSignatureResponse object with information about the signature request.
HelloSign.HelloSignDocumentService.SendSignatureResponse and HelloSign.HelloSignDraftDocumentService.SendSignatureResponse
Property | Type | Description |
---|---|---|
errorOccurred | Boolean | True if an error occurred. |
error | String | The description of the error. Null if no error. |
signatureRequestId | String | The ID of the created signature request. |
claimURL* | String | The URL where the signature request draft can be claimed, edited, previewed, and ultimately sent. |
expiresAt* | Integer | When the claim URL expires as a Unix timestamp. |
testMode* | Boolean | Whether this is a test draft. Signature requests made from test drafts have no legal value. |
signingRedirectUrl* | String | The URL that was specified (if at all) to redirect signers to after completing a signature request. |
- Only applies to HelloSign.HelloSignDraftDocumentService.SendSignatureResponse.
Updated about 5 years ago