DocuSign: Using the custom workflow of the DocuSign AddRecipients, cannot add same recipient

天大地大妈咪最大 提交于 2019-12-13 06:48:52

问题


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?


回答1:


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

{ 
    "allowRecipientRecursion": "true"
}

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



来源:https://stackoverflow.com/questions/39122408/docusign-using-the-custom-workflow-of-the-docusign-addrecipients-cannot-add-sa

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!