DocuSign.Api.TemplateCustomFields.custom_fields_put_template_custom_fields
You're seeing just the function
custom_fields_put_template_custom_fields
, go back to DocuSign.Api.TemplateCustomFields module for more information.
Link to this function
custom_fields_put_template_custom_fields(connection, account_id, template_id, opts \\ [])
View SourceSpecs
custom_fields_put_template_custom_fields( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateCustomFields.t()} | {:error, Tesla.Env.t()}
Updates envelope custom fields in a template. Updates the custom fields in a template. Each custom field used in a template must have a unique name.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :template_custom_fields (TemplateCustomFields):
Returns
} on success {:error, info} on failure