View Source DocuSign.Api.TabsBlob (DocuSign v1.2.0)

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

Link to this function

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

View Source
@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
Link to this function

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

View Source
@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