DocuSign v0.2.0 DocuSign.Api.TemplateDocumentVisibility View Source

API calls for all endpoints tagged TemplateDocumentVisibility.

Link to this section Summary

Link to this section Functions

Link to this function

recipients_get_template_recipient_document_visibility(connection, account_id, recipient_id, template_id, opts \\ []) View Source
recipients_get_template_recipient_document_visibility(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.EnvelopeDocumentVisibility.t()} | {:error, Tesla.Env.t()}

Returns document visibility for the recipients

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID Guid.
  • recipient_id (String.t): The `recipientId` used when the envelope or template was created.
  • template_id (String.t): The ID of the template being accessed.
  • opts (KeywordList): [optional] Optional parameters

Returns

{:ok, %DocuSign.Model.EnvelopeDocumentVisibility{}} on success {:error, info} on failure

Link to this function

recipients_put_template_recipient_document_visibility(connection, account_id, recipient_id, template_id, opts \\ []) View Source
recipients_put_template_recipient_document_visibility(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.TemplateDocumentVisibility.t()} | {:error, Tesla.Env.t()}

Updates document visibility for the recipients

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID Guid.
  • recipient_id (String.t): The `recipientId` used when the envelope or template was created.
  • template_id (String.t): The ID of the template being accessed.
  • opts (KeywordList): [optional] Optional parameters

    • :template_document_visibility (TemplateDocumentVisibility):

Returns

{:ok, %DocuSign.Model.TemplateDocumentVisibility{}} on success {:error, info} on failure

Link to this function

recipients_put_template_recipients_document_visibility(connection, account_id, template_id, opts \\ []) View Source
recipients_put_template_recipients_document_visibility(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.TemplateDocumentVisibility.t()} | {:error, Tesla.Env.t()}

Updates document visibility for the recipients

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

    • :template_document_visibility (TemplateDocumentVisibility):

Returns

{:ok, %DocuSign.Model.TemplateDocumentVisibility{}} on success {:error, info} on failure