DocuSign.Api.EnvelopeDocuments.documents_put_document
You're seeing just the function
documents_put_document
, go back to DocuSign.Api.EnvelopeDocuments module for more information.
Link to this function
documents_put_document(connection, account_id, document_id, envelope_id, opts \\ [])
View SourceSpecs
documents_put_document( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Adds a document to an existing draft envelope. Adds a document to an existing draft envelope. <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.
- document_id (String.t): The ID of the document being accessed.
- 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.
Returns
} on success {:error, info} on failure