Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.25 KB

CorrectViewRequest.md

File metadata and controls

12 lines (8 loc) · 1.25 KB

CorrectViewRequest

Properties

Name Type Description Notes
returnUrl String (Optional) The URL to which the user should be redirected after the correct/send view session has ended. DocuSign redirects to this URL and includes an event parameter that your app can use. Maximum Length: 500 characters. If the `returnUrl` exceeds this limit, the user is redirected to a truncated URL. The event parameters returned are: * `send` (user corrected and sent the envelope) * `save` (user saved the envelope) * `cancel` (user canceled the transaction.) * `error` (there was an error when performing the correct or send) * `sessionEnd` (the session ended before the user completed a different action) Note: Include `https://` in the URL or the redirect might not succeed on some browsers. [optional]
suppressNavigation String Specifies whether the window is displayed with or without dressing. [optional]
viewUrl String [optional]

[Back to Model list] [Back to API list] [Back to README]