DocuSign.Api.EnvelopeAttachments.attachments_put_attachment
You're seeing just the function
attachments_put_attachment
, go back to DocuSign.Api.EnvelopeAttachments module for more information.
Link to this function
attachments_put_attachment(connection, account_id, attachment_id, envelope_id, opts \\ [])
View SourceSpecs
attachments_put_attachment( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeAttachmentsResult.t()} | {:error, Tesla.Env.t()}
Add an attachment to a DRAFT or IN-PROCESS envelope.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- attachment_id (String.t):
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- opts (KeywordList): [optional] Optional parameters
- :attachment (Attachment):
Returns
} on success {:error, info} on failure