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

API calls for all endpoints tagged TabsBlob.

Link to this section Summary

Functions

Reserved for DocuSign. This endpoint has been deprecated.

Reserved for DocuSign. This endpoint has been deprecated.

Link to this section 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

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

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

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

Returns

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