DocuSign.Api.TemplateDocuments.documents_put_template_document
You're seeing just the function
documents_put_template_document
, go back to DocuSign.Api.TemplateDocuments module for more information.
Link to this function
documents_put_template_document(connection, account_id, document_id, template_id, opts \\ [])
View SourceSpecs
documents_put_template_document( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeDocument.t()} | {:error, Tesla.Env.t()}
Adds a document to a template document. Adds the specified document to an existing template document.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- document_id (String.t): The ID of the document being accessed.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :apply_document_fields (String.t): When true, document fields can be added or modified while adding or modifying envelope documents.
- :is_envelope_definition (String.t):
- :envelope_definition (EnvelopeDefinition):
Returns
} on success {:error, info} on failure