我正在请求/accounts/{accountId}/envelopes/{envelopeId}/views/recipient
与JSON
{ "authenticationMethod": "userid", "returnUrl": "http://localhost:3000/rooms/07bfcdf24f455ff14964f0e14c8d6825/finished", "userId": "5a44ea44-02be-4926-8c3d-66cb85523799"}
并得到错误
{ "errorCode": "INVALID_REQUEST_PARAMETER", "message": "The request contained at least one invalid parameter. The value of AuthenticationMethod is invalid."}
编辑:

我没有提到的另一件事是信封是使用CompositeTemplates创建的。

最佳答案

从SOAP WSDL(https://www.docusign.net/api/3.0/dsapi.asmx?wsdl)-这些值也适用于REST(小写):

密码
电子邮件
纸质文件
HTTP基本认证
SSLMutualAuth
X509证书
的Kerberos
SingleSignOn_CASiteminder
SingleSignOn_InfoCard
SingleSignOn_MicrosoftActiveDirectory
SingleSignOn_Passport
SingleSignOn_SAML
SingleSignOn_Other
智能卡
RSASecureID
生物识别
没有
知识认证

关于docusignapi - AuthenticationMethod的值是什么?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36609202/

10-10 08:11