-->

DocuSign REST API Remove EnvelopeID from PDF

2019-01-20 15:04发布

问题:

I am using the REST API to submit documents for InPerson signing from my website. When the documents are completed signing, Docusign inserts the EnvelopeID at the top of the resulting PDF document. This results in the EnvelopeID covering critical document information. We need to REMOVE this envelopeID from the document, or at the very least move to the bottom of the page. Our account has the "Envelope ID Stamp Control" feature enabled and it is selected on the Preferences|Features page, but the EvnelopeID continues to appear at the top of the finished PDF. I have been unable to locate articles on how to implement this feature via REST API. What Envelope settings need to be submitted in order for us to suppress the EnvelopeID stamp on the finished PDF? Many Thanks in Advance ward

回答1:

The "Envelope ID Stamp Control" feature in Preferences >> Features gives you the ability to set the Default ID stamp behavior (enable or disable) for Envelopes that are sent via the account. If you NEVER want ID stamped on any of the envelopes sent via the account, then click the "Envelope ID stamp control" link, select "Remove Stamps" and Save.

Additionally, even if the ID Stamp is enabled at the account level (i.e., "Stamp Pages" is selected in Preferences >> Features >> Envelope ID Stamp Control), you can still override this setting for each individual envelope you send. Via the REST API, you should be able to do so in the API request to Create the Envelope (POST /accounts/{accountId}/envelopes), by setting the envelopeIdStamping property to false -- to prevent the stamp from being added for the envelope being sent.



标签: docusignapi