DocuSign:使用DocuSign AddRecipients的自定义工作流程,无法添加相同的收件人 [英] DocuSign: Using the custom workflow of the DocuSign AddRecipients, cannot add same recipient

查看:100
本文介绍了DocuSign:使用DocuSign AddRecipients的自定义工作流程,无法添加相同的收件人的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我添加了两个具有不同路由顺序和角色的 SAME 收件人。另一个是 CC(路由顺序= 1),另一个是签名者(路由顺序= 99)。但是无论何时,它永远不会添加CC。您知道问题在哪里吗?

I add two SAME recipients with different routing order and role. The other is CC(routing order = 1) the another one is a signer (routing order = 99). But whenever it never add the CC one. Do you know what's the problem?

推荐答案

在您的 Create Envelope API请求中,尝试添加 allowRecipientRecursion 作为信封对象的顶级属性:

In your Create Envelope API request, try adding allowRecipientRecursion as a top-level property of the Envelope object:

{ 
    "allowRecipientRecursion": "true"
}

设置 allowRecipientRecursion <在创建信封 API请求中将/ strong>更改为 true ,应该允许收件人按路由顺序出现多次。

Setting allowRecipientRecursion to true in the Create Envelope API request should allow a recipient to appear more than once in the routing order.

这篇关于DocuSign:使用DocuSign AddRecipients的自定义工作流程,无法添加相同的收件人的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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