DocuSign.Api.EnvelopeViews.views_post_envelope_correct_view
You're seeing just the function
views_post_envelope_correct_view
, go back to DocuSign.Api.EnvelopeViews module for more information.
Link to this function
views_post_envelope_correct_view(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
views_post_envelope_correct_view( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeViews.t()} | {:error, Tesla.Env.t()}
Returns a URL to the envelope correction UI. Returns a URL that allows you to embed the envelope correction view of the DocuSign UI in your applications. Important: iFrames should not be used for embedded operations on mobile devices due to screen space issues. For iOS devices DocuSign recommends using a WebView.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- opts (KeywordList): [optional] Optional parameters
- :correct_view_request (CorrectViewRequest):
Returns
} on success {:error, info} on failure