DocuSign.Api.EnvelopeViews.views_post_envelope_edit_view
You're seeing just the function
views_post_envelope_edit_view
, go back to DocuSign.Api.EnvelopeViews module for more information.
Link to this function
views_post_envelope_edit_view(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
views_post_envelope_edit_view( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeViews.t()} | {:error, Tesla.Env.t()}
Returns a URL to the edit view UI. Returns a URL that allows you to embed the edit view of the DocuSign UI in your applications. This is a one-time use login token that allows the user to be placed into the DocuSign editing view. Upon sending completion, the user is returned to the return URL provided by the API application. 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
- :return_url_request (ReturnUrlRequest):
Returns
} on success {:error, info} on failure