问题
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