View Source DocuSign.Api.AccountSignatureProviders (DocuSign v1.2.0)
API calls for all endpoints tagged AccountSignatureProviders
.
Summary
Functions
Gets the available signature providers for an account. Returns a list of signature providers that the specified account can use.
Functions
Link to this function
account_signature_providers_get_signature_providers(connection, account_id, opts \\ [])
View Source@spec account_signature_providers_get_signature_providers( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.ErrorDetails.t()} | {:ok, DocuSign.Model.AccountSignatureProviders.t()} | {:error, Tesla.Env.t()}
Gets the available signature providers for an account. Returns a list of signature providers that the specified account can use.
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.AccountSignatureProviders.t}
on success{:error, Tesla.Env.t}
on failure