DocuSign.Api.Templates.notification_put_templates_template_id_notification
You're seeing just the function
notification_put_templates_template_id_notification
, go back to DocuSign.Api.Templates module for more information.
Link to this function
notification_put_templates_template_id_notification(connection, account_id, template_id, opts \\ [])
View SourceSpecs
notification_put_templates_template_id_notification( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.Notification.t()} | {:error, Tesla.Env.t()}
Updates the notification structure for an existing template. Updates the notification structure for an existing template. Use this endpoint to set reminder and expiration notifications.
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_notification_request (TemplateNotificationRequest):
Returns
} on success {:error, info} on failure