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

API calls for all endpoints tagged AccountSealProviders.

Summary

Functions

Link to this function

account_signature_providers_get_seal_providers(connection, account_id, opts \\ [])

View Source
@spec account_signature_providers_get_seal_providers(
  Tesla.Env.client(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.ErrorDetails.t()}
  | {:ok, DocuSign.Model.AccountSealProviders.t()}
  | {:error, Tesla.Env.t()}

Returns available seals for specified account.

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID GUID.
  • opts (keyword): Optional parameters

Returns

  • {:ok, DocuSign.Model.AccountSealProviders.t} on success
  • {:error, Tesla.Env.t} on failure