DocuSign.Api.EnvelopeDocuments.documents_put_documents
You're seeing just the function
documents_put_documents
, go back to DocuSign.Api.EnvelopeDocuments module for more information.
Link to this function
documents_put_documents(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
documents_put_documents(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.EnvelopeDocuments.t()} | {:error, Tesla.Env.t()}
Adds one or more documents to an existing envelope document. Adds one or more documents to an existing envelope document. <p>Note: When adding or modifying documents for an in-process envelope, DocuSign recommends locking the envelope prior to making any changes.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- 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.
- :persist_tabs (String.t):
- :envelope_definition (EnvelopeDefinition):
Returns
} on success {:error, info} on failure