DocuSign v0.2.1 DocuSign.Api.AccountWatermarks View Source
API calls for all endpoints tagged AccountWatermarks
.
Link to this section Summary
Link to this section Functions
Link to this function
watermark_get_watermark(connection, account_id, opts \\ [])
View Source
watermark_get_watermark(connection, account_id, opts \\ [])
View Source
watermark_get_watermark(Tesla.Env.client(), String.t(), keyword()) ::
{:ok, DocuSign.Model.AccountWatermarks.t()} | {:error, Tesla.Env.t()}
watermark_get_watermark(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.AccountWatermarks.t()} | {:error, Tesla.Env.t()}
Get watermark information.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
Returns
{:ok, %DocuSign.Model.AccountWatermarks{}} on success {:error, info} on failure
Link to this function
watermark_preview_put_watermark_preview(connection, account_id, opts \\ [])
View Source
watermark_preview_put_watermark_preview(connection, account_id, opts \\ [])
View Source
watermark_preview_put_watermark_preview(
Tesla.Env.client(),
String.t(),
keyword()
) :: {:ok, DocuSign.Model.AccountWatermarks.t()} | {:error, Tesla.Env.t()}
watermark_preview_put_watermark_preview( Tesla.Env.client(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountWatermarks.t()} | {:error, Tesla.Env.t()}
Get watermark preview.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
opts (KeywordList): [optional] Optional parameters
- :account_watermarks (AccountWatermarks):
Returns
{:ok, %DocuSign.Model.AccountWatermarks{}} on success {:error, info} on failure
Link to this function
watermark_put_watermark(connection, account_id, opts \\ [])
View Source
watermark_put_watermark(connection, account_id, opts \\ [])
View Source
watermark_put_watermark(Tesla.Env.client(), String.t(), keyword()) ::
{:ok, DocuSign.Model.AccountWatermarks.t()} | {:error, Tesla.Env.t()}
watermark_put_watermark(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.AccountWatermarks.t()} | {:error, Tesla.Env.t()}
Update watermark information.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
opts (KeywordList): [optional] Optional parameters
- :account_watermarks (AccountWatermarks):
Returns
{:ok, %DocuSign.Model.AccountWatermarks{}} on success {:error, info} on failure