DocuSign.Api.TemplateRecipients.recipients_post_template_recipients
You're seeing just the function
recipients_post_template_recipients
, go back to DocuSign.Api.TemplateRecipients module for more information.
Link to this function
recipients_post_template_recipients(connection, account_id, template_id, opts \\ [])
View SourceSpecs
recipients_post_template_recipients( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.TemplateRecipients.t()} | {:error, Tesla.Env.t()}
Adds tabs for a recipient. Adds one or more recipients to a template.
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
- :resend_envelope (String.t): When set to true, resends the envelope if the new recipient's routing order is before or the same as the envelope's next recipient.
- :template_recipients (TemplateRecipients):
Returns
} on success {:error, info} on failure