Docusign锚选项卡 [英] Docusign Anchor tab

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

问题描述

我正在尝试通过DocuSign REST API发送文档以进行签名。我正在使用带有锚文本字符串的Sign Here选项卡。

I am trying to send a document for signing via the DocuSign REST API. I'm using Sign Here tabs with an Anchor text string.

JSON对象请求:

 "emailSubject" : "This is email subject",
  "emailBlurb" : "This is email body",
  "recipients" : {
    "signers" : [ {
      "routingOrder" : "1",
      "name" : "Recipeient Name",
      "email" : "Recipeient Email Address",
      "recipientId" : "1",
      "tabs" : {
        "signHereTabs" : [ {
          "anchorString" : "By:",
          "anchorXOffset" : "1",
          "anchorYOffset" : "1",
          "anchorIgnoreIfNotPresent" : "true",
          "anchorUnits" : "inches"
        } ]
      }
    } ]
  },
  "documents" : [ {
    "name" : "document.pdf",
    "documentId" : "1",
    "bytes" : "Byte Representaton of document"
  } ],
  "status" : "sent"
}

这在出现小故障时效果很好:Th电子文档具有两个匹配的字符串 By:,并且在这两个字符串上都放置了此处签名选项卡。

This is working perfectly fine with a minor glitch: The document has two matching strings "By:", and the Sign Here tab is placed on both of them.

有没有一种方法可以限制它仅添加

Is there a way I can restrict this to only add the Sign Here tab to the first instance of the string "By:" in the document?

推荐答案

不幸的是,没有。文档上的定位字符串必须唯一,否则该标记将放置在找到该字符串的任何位置。请参阅使用锚的规则部分这里

Unfortunately, no. The anchor strings on your document must be unique, otherwise that tag will be placed anywhere that string is found. See the Rules for working with anchors section here.

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

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