【发布时间】:2014-10-26 06:00:40
【问题描述】:
我是 docusign 的新手,正在尝试使用嵌入功能。这是我遵循的步骤:
- 创建了一个模板并上传了一个示例文档。对于收件人和路由部分,我创建了一个角色,但没有提供电子邮件和姓名。因为我需要将相同的模板发送给不同的人
- 使用与http://iodocs.docusign.com/APIWalkthrough/embeddedSigning 完全相同的 JAVA 代码
- 提供了
integratorKey,username,password,recipientName,recipientEmail,templateId,roleName等所需的值 - 收到以下错误,不知道如何解决。
第 3 步:为嵌入式签名生成 URL 令牌... API 调用失败,返回的状态为:400 错误描述:
<?xml version="1.0" encoding="UTF-8"?>
<errorDetails xmlns="http://www.docusign.com/restapi" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<errorCode>UNKNOWN_ENVELOPE_RECIPIENT</errorCode>
<message>The recipient you have identified is not a valid recipient of the specified envelope.</message>
</errorDetails>
【问题讨论】:
标签: docusignapi