DocuSign REST API从PDF删除EnvelopeID [英] DocuSign REST API Remove EnvelopeID from PDF

查看:293
本文介绍了DocuSign REST API从PDF删除EnvelopeID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用REST API从我的网站提交用于InPerson签名的文档。文档签名完成后,Docusign将EnvelopeID插入到生成的PDF文档的顶部。这将导致EnvelopeID覆盖关键文档信息。我们需要从文档中删除该信封ID,或者至少移至页面底部。我们的帐户已启用信封ID标记控件功能,并且已在首选项|功能页面上选择了该帐户,但是EvnelopeID仍显示在已完成的PDF的顶部。我一直无法找到有关如何通过REST API实现此功能的文章。为了在完成的PDF上隐藏EnvelopeID标记,需要提交哪些信封设置?
预先感谢
病房

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

推荐答案

偏好设置中的信封ID标记控件功能>>功能使您能够设置通过帐户发送的信封的 Default ID戳行为(启用或禁用)。如果您从不希望在通过该帐户发送的任何信封上盖印ID,请单击信封ID盖章控件链接,选择删除图章并保存。

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.

此外,即使在帐户级别启用了ID戳(即,在首选项>功能 >>信封ID戳控件中选择了戳页),您仍可以为您发送的每个信封覆盖此设置。通过REST API,您应该能够在API请求中通过将 envelopeIdStamping 属性设置为false来创建信封(POST / accounts / {accountId} / envelopes),以防止为发送的信封添加的邮票。

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.

这篇关于DocuSign REST API从PDF删除EnvelopeID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆