作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
用于 REST 和 SOAP 时,使用 header “X-DocuSign-Authentication”的选项和格式是什么?
最佳答案
给定以下值:
您的代码需要生成 HTTP header 的 http header 值 X-DocuSign-身份验证:
非 SOBO
<DocuSignCredentials><Username>cdcd3fc7-2b3c-40d4-98ed-ff90add317ca</Username><Password>/A5hpPhSczID+JNEKZbg5mYf7+7=</Password><IntegratorKey>YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e </IntegratorKey></DocuSignCredentials>
SOBO
<DocuSignCredentials><Username>cdcd3fc7-2b3c-40d4-98ed-ff90add317ca</Username><Password>/A5hpPhSczID+JNEKZbg5mYf7+7=</Password><IntegratorKey>YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e</IntegratorKey><SendOnBehalfOf>eacd3fc7-2b3c-40d4-98ed-ff90add317ff </SendOnBehalfOf></DocuSignCredentials>
非 SOBO
{"Username":"cdcd3fc7-2b3c-40d4-98ed-ff90add317ca","Password":"/A5hpPhSczID+JNEKZbg5mYf7+7=","IntegratorKey":"YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e"}
索博
{"Username":"cdcd3fc7-2b3c-40d4-98ed-ff90add317ca","Password":"/A5hpPhSczID+JNEKZbg5mYf7+7=","SendOnBehalfOf":"eacd3fc7-2b3c-40d4-98ed-ff90add317ff","IntegratorKey":"YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e"}
API 服务用户服务帐户不需要是管理员,除非您要创建用户,但必须具有 SOBO 和帐户范围权限。
SOBO用户SOBO 用户不需要是管理员,但必须具有发送权限并且是服务帐户用户帐户中的用户。仅当您以该用户身份执行发送或作废等操作时,才使用此用户 ID。
Here is a link to the full sized Infographic I created to assist with this shown below
关于rest - header X-DocuSign-Authentication 应如何用于 REST 和 SOAP?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22028119/
我是一名优秀的程序员,十分优秀!