DocuSign.Api.GroupBrands (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged GroupBrands.
Summary
Functions
Deletes brand information from a group. This method deletes one or more brands from a group.
Gets the brand information for a group. This method returns information about the brands associated with a group.
Adds an existing brand to a group.
This method adds one or more existing brands to a group based on the groupId.
Functions
@spec brands_delete_group_brands( DocuSign.Connection.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.GroupBrands.t()} | {:error, Req.Response.t()}
Deletes brand information from a group. This method deletes one or more brands from a group.
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.group_id(String.t): The ID of the group.opts(keyword): Optional parameters:body(BrandsRequest):
Returns
{:ok, DocuSign.Model.GroupBrands.t}on success{:error, Req.Response.t}on failure
@spec brands_get_group_brands( DocuSign.Connection.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.GroupBrands.t()} | {:error, Req.Response.t()}
Gets the brand information for a group. This method returns information about the brands associated with a group.
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.group_id(String.t): The ID of the group.opts(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.GroupBrands.t}on success{:error, Req.Response.t}on failure
@spec brands_put_group_brands( DocuSign.Connection.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.GroupBrands.t()} | {:error, Req.Response.t()}
Adds an existing brand to a group.
This method adds one or more existing brands to a group based on the groupId.
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.group_id(String.t): The ID of the group being accessed.opts(keyword): Optional parameters:body(BrandsRequest):
Returns
{:ok, DocuSign.Model.GroupBrands.t}on success{:error, Req.Response.t}on failure