DocusignAPI-在此处签名选项卡 [英] DocusignAPI - Sign here tabs

查看:53
本文介绍了DocusignAPI-在此处签名选项卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望将DocuSignAPI(使用Github的.net库)集成到我们的应用程序中.由于文档会有所不同,因此我正在研究如何在此处向不同的文档添加在此处签名"标签.我看过导航到SenderViewUrl,但它需要身份验证.有没有推荐的方法来解决这个问题?

I'm looking to integrate DocuSignAPI (using the .net library from Github) in our application. As the documents will be different, I'm looking into how I can add sign here tabs to different documents. I've looked at navigating to SenderViewUrl, but it needs authentication. Is there any recommended way to approach this?

谢谢

推荐答案

我也有类似的目标.对我有用的是,按照此处的快速入门"逐步说明从小处入手: https://www.docusign.com/developer-center/quick-start/first-api-call 然后在这里: https://www.docusign.com/developer-center/quick-start/request-signatures

I had a similar goal. What worked for me was to start small by following the Quick Start step by step instructions here: https://www.docusign.com/developer-center/quick-start/first-api-call and then here: https://www.docusign.com/developer-center/quick-start/request-signatures

他们的示例API调用确实创建了一个简单的签名选项卡.代码片段如下所示:

Their example API call does create a simple signature tab. The code fragment looks like this:

            "tabs": {
                "signHereTabs": [
                    {
                        "xPosition": "100",
                        "yPosition": "100",
                        "documentId": "1",
                        "pageNumber": "1"

我建议您使它们的示例代码正常工作,然后构建应用程序所需的其他逻辑和功能.

I recommend you get their example code to work, and then build up other logic and features that you need for your application.

-彼得

这篇关于DocusignAPI-在此处签名选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆