DocuSign: Using the custom workflow of the DocuSig

2019-08-28 21:45发布

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?

标签: docusignapi
1条回答
贼婆χ
2楼-- · 2019-08-28 21:57

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.

查看更多
登录 后发表回答