DocuSign.Api.EnvelopeAttachments.attachments_put_attachments
You're seeing just the function
attachments_put_attachments
, go back to DocuSign.Api.EnvelopeAttachments module for more information.
Link to this function
attachments_put_attachments(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
attachments_put_attachments( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeAttachmentsResult.t()} | {:error, Tesla.Env.t()}
Add one or more attachments to a DRAFT or IN-PROCESS envelope. Supported attachment formats include: .asp, .bmp, .csv, .doc, .docm, .docx, .dot, .dotm, .dotx, .gif, .htm, .html, .jpeg, .jpg, .msg, .pdf, .png, .pot, .potx, .pps, .ppt, .pptm, .pptx, .ps, .rtf, .tif, .tiff, .txt, .wpd, .xls, .xlsm, .xlsx, .xml, and .xps. For more information on supported file formats please see Supported File Formats.
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
- :envelope_attachments_request (EnvelopeAttachmentsRequest):
Returns
} on success {:error, info} on failure