DocuSign.Api.EnvelopeViews.views_post_account_console_view
You're seeing just the function
views_post_account_console_view
, go back to DocuSign.Api.EnvelopeViews module for more information.
Link to this function
views_post_account_console_view(connection, account_id, opts \\ [])
View SourceSpecs
views_post_account_console_view(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.EnvelopeViews.t()} | {:error, Tesla.Env.t()}
Returns a URL to the authentication view UI. Returns a URL that allows you to embed the authentication view of the DocuSign UI in your applications.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :console_view_request (ConsoleViewRequest):
Returns
} on success {:error, info} on failure