DocuSign v0.2.0 DocuSign.Api.AccountSealProviders View Source

API calls for all endpoints tagged AccountSealProviders.

Link to this section Summary

Functions

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID Guid.
  • opts (KeywordList): [optional] Optional parameters

Returns

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

Link to this section Functions

Link to this function

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

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID Guid.
  • opts (KeywordList): [optional] Optional parameters

Returns

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