Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3
typeflat

...

Code Block
titleenvelopeDocumentsUpdateList
<docusign.envelopeDocumentsUpdateList>
    <accountId>{$url:accountId}</accountId>
    <envelopeId>{$url:envelopeId}</envelopeId>
</docusign.envelopeDocumentsUpdateList>

Properties

  • accountId: The account ID. This information is returned in the login response.

  • envelopeId: The ID of the envelope that contains the document.

...

Info
titleNote

envelopeDocumentsUpdateList operation supports to adds one or more documents to an existing envelope document with the Content-Type multipart/form-data with boundary as a pass-through  scenario.

When invoke the operation using proxy consider the following things as well.

  • Content-Type:multipart/form-data; boundary=AAA

  • Give the apiUrl, apiVersion, integratorKey, userName, password, accountId and envelopeId as URL params with the request.

Related DocuSign API documentation

https://docs.docusign.com/esign/restapi/Envelopes/EnvelopeDocuments/updateList/

Anchor
sample
sample

Sample configuration

...