DocuSign.Api.TabsBlob (DocuSign v2.0.0)

View Source

API calls for all endpoints tagged TabsBlob.

Summary

Functions

Reserved for Docusign. This endpoint has been deprecated.

Reserved for Docusign. This endpoint has been deprecated.

Functions

tabs_blob_get_tabs_blob(connection, account_id, envelope_id, opts \\ [])

@spec tabs_blob_get_tabs_blob(Tesla.Env.client(), String.t(), String.t(), keyword()) ::
  {:ok, nil} | {:ok, DocuSign.Model.ErrorDetails.t()} | {:error, Tesla.Env.t()}

Reserved for Docusign. This endpoint has been deprecated.

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. Example: 93be49ab-xxxx-xxxx-xxxx-f752070d71ec
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure

tabs_blob_put_tabs_blob(connection, account_id, envelope_id, opts \\ [])

@spec tabs_blob_put_tabs_blob(Tesla.Env.client(), String.t(), String.t(), keyword()) ::
  {:ok, nil} | {:ok, DocuSign.Model.ErrorDetails.t()} | {:error, Tesla.Env.t()}

Reserved for Docusign. This endpoint has been deprecated.

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. Example: 93be49ab-xxxx-xxxx-xxxx-f752070d71ec
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure