DocuSign v0.2.1 DocuSign.Api.TemplateViews View Source
API calls for all endpoints tagged TemplateViews
.
Link to this section Summary
Functions
Provides a URL to start an edit view of the Template UI
Link to this section Functions
Link to this function
views_post_template_edit_view(connection, account_id, template_id, opts \\ [])
View Source
views_post_template_edit_view(connection, account_id, template_id, opts \\ [])
View Source
views_post_template_edit_view(
Tesla.Env.client(),
String.t(),
String.t(),
keyword()
) :: {:ok, DocuSign.Model.TemplateViews.t()} | {:error, Tesla.Env.t()}
views_post_template_edit_view( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateViews.t()} | {:error, Tesla.Env.t()}
Provides a URL to start an edit view of the Template UI
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- template_id (String.t): The ID of the template being accessed.
opts (KeywordList): [optional] Optional parameters
- :return_url_request (ReturnUrlRequest):
Returns
{:ok, %DocuSign.Model.TemplateViews{}} on success {:error, info} on failure