简体   繁体   English

如何通过DocuSign Rest API为收件人更新文档选项卡?

[英]How do update document tabs for a recipient via DocuSign Rest API?

I am attempting to use the the DocuSign REST API to update the value of a Text tab. 我正在尝试使用DocuSign REST API更新“文本”选项卡的值。 The method I am using is PUT /v2/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs 我使用的方法是PUT / v2 / accounts / {accountId} / envelopes / {envelopeId} / recipients / {recipientId} / tabs

I am able to execute the method, I receive a success message from the DocuSign API, but the new value is not displayed in the document. 我能够执行该方法,我从DocuSign API收到成功消息,但是新值未显示在文档中。 I am passing in the account ID, evelopeID and recipient ID along with the tab ID (have also tried to use the tab label) in my request object that is passed to the API and in both scenarios the call completes with a success but the intended result of the tab value being updated does not occur. 我在传递给API的请求对象中传递了帐户ID,evelopeID和收件人ID以及选项卡ID(也尝试使用选项卡标签),在两种情况下,调用均成功完成,但预期选项卡值被更新的结果不会发生。

Not all tab values can be updated.Some are calculated based on Recipients data and User Profile. 并非所有选项卡的值都可以更新。有些是根据收件人数据和用户配置文件计算的。

See this answer for more information. 有关更多信息,请参见此答案

Also see this answer 另请参阅此答案

If you are trying to update a tab whose value can indeed be updated, then please add your request json to the question so that we can take a look. 如果您尝试更新其值确实可以更新的选项卡,那么请将您的请求json添加到问题中,以便我们查看。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 DocuSign REST API:添加具有文档可见性的复本收件人 - DocuSign REST API: Adding a Carbon Copy Recipient With Document Visibility DocuSign REST API v2删除收件人和收件人的选项卡不起作用 - DocuSign REST API v2 Delete Recipient and Tabs for a Recipient Does Not Work DocuSign REST API:如何跟踪作为 Carbon Copy 收件人的状态? - DocuSign REST API: How to track the status as a Carbon Copy recipient? 如何使用REST API在DocuSign中为收件人设置clientUserId? - How to set clientUserId for a Recipient in DocuSign using the REST API? 在添加选项卡时,DocuSign REST API创建非数字的RecipientId会导致无效的收件人ID错误 - DocuSign REST API Creating a Non-Numeric RecipientId Causes Invalid Recipient ID Error When Adding Tabs 具有休息端点的档案清单人口(修改现有“收件人”选项卡) - Docusign List Population with Rest Endpoint (Modify Existing Recipient Tabs) 我们如何以编程方式添加公式选项卡以及使用java rest api客户端在docusign中添加规则? - How do we add Formula tabs programmatically and also a rule in docusign using java rest api client? DocuSign REST API:如何为收件人URL配置ttl_expired超时 - DocuSign REST API: How can I configure the ttl_expired timeout for a Recipient URL 通过 api rest 更新 sharepoint 文档的属性 - Update the properties of a sharepoint document via api rest Docusign REST API - PHP并添加TABS - Docusign REST API - PHP and add TABS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM