DocuSign.Api.AccountSealProviders (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged AccountSealProviders.
Summary
Functions
Returns available seals for specified account.
Functions
@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 serveraccount_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