DocuSign.Api.AccountSealProviders (DocuSign v3.1.1)

View Source

API calls for all endpoints tagged AccountSealProviders.

Summary

Functions

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

@spec account_signature_providers_get_seal_providers(
  DocuSign.Connection.t(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.AccountSealProviders.t()} | {:error, Req.Response.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, Req.Response.t} on failure