DocuSign.Api.AccountWatermarks (DocuSign v0.3.3) View Source
API calls for all endpoints tagged AccountWatermarks
.
Link to this section Summary
Link to this section Functions
Specs
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
} on success {:error, info} on failure
Link to this function
watermark_preview_put_watermark_preview(connection, account_id, opts \\ [])
View SourceSpecs
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
} on success {:error, info} on failure
Specs
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
} on success {:error, info} on failure