View Source DocuSign.Api.ENoteConfigurations (DocuSign v1.0.0)
API calls for all endpoints tagged ENoteConfigurations
.
Link to this section Summary
Functions
Deletes configuration information for the eNote eOriginal integration.
Returns the configuration information for the eNote eOriginal integration.
Updates configuration information for the eNote eOriginal integration.
Link to this section Functions
Link to this function
e_note_configuration_delete_e_note_configuration(connection, account_id, opts \\ [])
View Source@spec e_note_configuration_delete_e_note_configuration( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, nil} | {:ok, DocuSign.Model.ErrorDetails.t()} | {:error, Tesla.Env.t()}
Deletes configuration information for the eNote eOriginal integration.
parameters
Parameters
connection
(DocuSign.Connection): Connection to serveraccount_id
(String.t): The external account number (int) or account ID GUID.opts
(keyword): Optional parameters
returns
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure
Link to this function
e_note_configuration_get_e_note_configuration(connection, account_id, opts \\ [])
View Source@spec e_note_configuration_get_e_note_configuration( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.ErrorDetails.t()} | {:ok, DocuSign.Model.ENoteConfiguration.t()} | {:error, Tesla.Env.t()}
Returns the configuration information for the eNote eOriginal integration.
parameters
Parameters
connection
(DocuSign.Connection): Connection to serveraccount_id
(String.t): The external account number (int) or account ID GUID.opts
(keyword): Optional parameters
returns
Returns
{:ok, DocuSign.Model.ENoteConfiguration.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
e_note_configuration_put_e_note_configuration(connection, account_id, opts \\ [])
View Source@spec e_note_configuration_put_e_note_configuration( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.ErrorDetails.t()} | {:ok, DocuSign.Model.ENoteConfiguration.t()} | {:error, Tesla.Env.t()}
Updates configuration information for the eNote eOriginal integration.
parameters
Parameters
connection
(DocuSign.Connection): Connection to serveraccount_id
(String.t): The external account number (int) or account ID GUID.opts
(keyword): Optional parameters:body
(ENoteConfiguration):
returns
Returns
{:ok, DocuSign.Model.ENoteConfiguration.t}
on success{:error, Tesla.Env.t}
on failure