docusignapi - Docusign - 在此处签名选项卡出现多次

标签 docusignapi docusigncompositetmplts

这是使用 Rest api 的。我们尝试在信封中的所有文档中使用相同的 anchor 文本值。我们还可能将多个不同的服务器模板应用于信封。令我们沮丧的是,我们发现 Docusign 会在看到 anchor 文本的任何地方应用 anchor 标记,这意味着如果信封中有 3 个服务器模板,则处理过程将为每个 anchor 文本创建 3 次 anchor 标记。在每个文档中找到。这意味着用户需要单击三次才能正式签署文档。缓解这个问题的最快方法是什么?

-这是 json

 "compositeTemplates": [
{
  "compositeTemplateId": "1",
  "serverTemplates": [
    {
      "sequence": "1",
      "templateId": "61323293-7f78-4e2b-a296-0c084db16f19"
    }
  ],
  "inlineTemplates": [
    {
      "sequence": "2",
      "documents": [],
      "recipients": {
        "signers": [
          {
            "name": "Kathy Lori",
            "email": "<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c1aaa0b5a9b8adaeb3a881b9b9b9efa2aeac" rel="noreferrer noopener nofollow">[email protected]</a>",
            "recipientId": "1",
            "accessCode": "12345",
            "customFields": [],
            "routingOrder": "1",
            "note": "",
            "roleName": "Customer_SellerName",
            "emailNotification": {
              "emailSubject": "Please sign the  document(s) (Lori)",
              "emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign.  Please click on the View Documents link below, review the content, and sign the document.  If you have any questions, please contact your consultant.\r\n\r\nThank you!",
              "supportedLanguage": "en"
            }
          }
        ],
        "certifiedDeliveries": []
      },
      "customFields": {
        "textCustomFields": [
          {
            "name": "EnvelopeInfo",
            "value": "my data"
          }
        ]
      }
    }
  ],
  "document": {
    "documentId": "1",
    "name": "C:\\Temp\\Docusign\\Package\\Canyonlands-ViewOnly.docx",
    "fileExtension": ".docx",
    "order": "1",
    "documentFields": [
      {
        "name": "DMSID",
        "value": "1"
      }
    ],
    "documentBase64": "[Document:Base64Array]"
  }
},
{
  "compositeTemplateId": "2",
  "serverTemplates": [
    {
      "sequence": "2",
      "templateId": "14da6be4-c719-47d9-b183-da13295f86d5"
    }
  ],
  "inlineTemplates": [
    {
      "sequence": "2",
      "documents": [],
      "recipients": {
        "signers": [
          {
            "name": "Kathy Lori",
            "email": "<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="402b213428392c2f3229003838386e232f2d" rel="noreferrer noopener nofollow">[email protected]</a>",
            "recipientId": "1",
            "accessCode": "12345",
            "customFields": [],
            "routingOrder": "1",
            "note": "",
            "roleName": "Customer_SellerName",
            "emailNotification": {
              "emailSubject": "Please sign the document(s) (Lori)",
              "emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign.  Please click on the View Documents link below, review the content, and sign the document.  If you have any questions, please contact your consultant.\r\n\r\nThank you!",
              "supportedLanguage": "en"
            }
          }
        ],
        "certifiedDeliveries": []
      },
      "customFields": {
        "textCustomFields": [
          {
            "name": "EnvelopeInfo",
            "value": "my data"
          }
        ]
      }
    }
  ],
  "document": {
    "documentId": "60059128",
    "name": "C:\\Temp\\Docusign\\Package\\e AKA.docx",
    "fileExtension": ".docx",
    "order": "2",
    "documentFields": [
      {
        "name": "DMSID",
        "value": "2"
      }
    ],
    "documentBase64": "[Document:Base64Array]"
  }
},
{
  "compositeTemplateId": "3",
  "serverTemplates": [
    {
      "sequence": "3",
      "templateId": "6b1a11c6-9719-424b-b983-4b278a467dd6"
    }
  ],
  "inlineTemplates": [
    {
      "sequence": "2",
      "documents": [],
      "recipients": {
        "signers": [
          {
            "name": "Kathy Lori",
            "email": "<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8ce7edf8e4f5e0e3fee5ccf4f4f4a2efe3e1" rel="noreferrer noopener nofollow">[email protected]</a>",
            "recipientId": "1",
            "accessCode": "12345",
            "customFields": [],
            "routingOrder": "1",
            "note": "",
            "roleName": "Customer_SellerName",
            "emailNotification": {
              "emailSubject": "Please sign the document(s) (Lori)",
              "emailBody": "Hello,\r\n\r\nYour  consultant has sent you a new document to view and sign.  Please click on the View Documents link below, review the content, and sign the document.  If you have any questions, please contact your consultant.\r\n\r\nThank you!",
              "supportedLanguage": "en"
            }
          }
        ],
        "certifiedDeliveries": []
      },
      "customFields": {
        "textCustomFields": [
          {
            "name": "EnvelopeInfo",
            "value": "my data"
          }
        ]
      }
    }
  ],
  "document": {
    "documentId": "85586460",
    "name": "C:\\Temp\\Docusign\\Package\\e Equity Disbursement Instructions.docx",
    "fileExtension": ".docx",
    "order": "3",
    "documentFields": [
      {
        "name": "DMSID",
        "value": "3"
      }
    ],
    "documentBase64": "[Document:Base64Array]"
  }
},
{
  "compositeTemplateId": "4",
  "serverTemplates": [
    {
      "sequence": "4",
      "templateId": "61323293-7f78-4e2b-a296-0c084db16f19"
    }
  ],
  "inlineTemplates": [
    {
      "sequence": "2",
      "documents": [],
      "recipients": {
        "signers": [
          {
            "name": "Kathy Lori",
            "email": "<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="127973667a6b7e7d607b526a6a6a3c717d7f" rel="noreferrer noopener nofollow">[email protected]</a>",
            "recipientId": "1",
            "accessCode": "12345",
            "customFields": [],
            "routingOrder": "1",
            "note": "",
            "roleName": "Customer_SellerName",
            "emailNotification": {
              "emailSubject": "Please sign the  document(s) (Lori)",
              "emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign.  Please click on the View Documents link below, review the content, and sign the document.  If you have any questions, please contact your consultant.\r\n\r\nThank you!",
              "supportedLanguage": "en"
            }
          }
        ],
        "certifiedDeliveries": []
      },
      "customFields": {
        "textCustomFields": [
          {
            "name": "EnvelopeInfo",
            "value": "my data"
          }
        ]
      }
    }
  ],
  "document": {
    "documentId": "4",
    "name": "C:\\Temp\\Docusign\\Package\\EightDocument.docx",
    "fileExtension": ".docx",
    "order": "4",
    "documentFields": [
      {
        "name": "DMSID",
        "value": "4"
      }
    ],
    "documentBase64": "[Document:Base64Array]"
  }
},
{
  "compositeTemplateId": "5",
  "inlineTemplates": [
    {
      "sequence": "3",
      "documents": [
        {
          "documentId": "5",
          "name": "C:\\Temp\\Docusign\\Package\\FifthDocument.docx",
          "fileExtension": ".docx",
          "order": "5",
          "documentFields": [
            {
              "name": "DMSID",
              "value": "5"
            }
          ],
          "documentBase64": "[Document:Base64Array]"
        },
        {
          "documentId": "6",
          "name": "C:\\Temp\\Docusign\\Package\\FirstDocument.docx",
          "fileExtension": ".docx",
          "order": "6",
          "documentFields": [
            {
              "name": "DMSID",
              "value": "6"
            }
          ],
          "documentBase64": "[Document:Base64Array]"
        },
        {
          "documentId": "7",
          "name": "C:\\Temp\\Docusign\\Package\\FourthDocument.docx",
          "fileExtension": ".docx",
          "order": "7",
          "documentFields": [
            {
              "name": "DMSID",
              "value": "7"
            }
          ],
          "documentBase64": "[Document:Base64Array]"
        }
      ],
      "recipients": {
        "signers": [
          {
            "name": "Kathy Lori",
            "email": "<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="a2c9c3d6cadbcecdd0cbe2dadada8cc1cdcf" rel="noreferrer noopener nofollow">[email protected]</a>",
            "recipientId": "1",
            "accessCode": "12345",
            "customFields": [],
            "routingOrder": "1",
            "note": "",
            "roleName": "Customer_SellerName",
            "emailNotification": {
              "emailSubject": "Please sign the document(s) (Lori)",
              "emailBody": "Hello,\r\n\r\nYour consultant has sent you a new document to view and sign.  Please click on the View Documents link below, review the content, and sign the document.  If you have any questions, please contact your consultant.\r\n\r\nThank you!",
              "supportedLanguage": "en"
            }
          }
        ],
        "certifiedDeliveries": []
      },
      "customFields": {
        "textCustomFields": [
          {
            "name": "EnvelopeInfo",
            "value": "my data"
          }
        ]
      }
    }
  ]
}

最佳答案

  1. 使用 status=created 创建信封

  2. 使用listRecipients api 检索所有选项卡。

  3. 使用DeleteRecipientTabs api 用于删除信封中的标签。您可以在一次调用中删除多个选项卡。

  4. 使用createRecipientTabs用于创建新 anchor 选项卡的 api。

  5. 使用UpdateEnvelope api 将信封状态标记为已发送。

关于docusignapi - Docusign - 在此处签名选项卡出现多次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44438621/

相关文章:

java - 我的问题是如何根据 PDF 字段名称放置黄色选项卡

docusignapi - 文档签名 : create envelope with recipient custom field

javascript - NodeJS Docusign 例如-01-node-jwt- API 问题状态 404

java - DocuSign Rest API 轮询状态更新

DocusignAPI - 在此处签名选项卡

c# - 如何为信封定义设置过期设置?

c# - 自动签署收到的文件

docusignapi - DocuSign API : Assigning TemplateRoles Properly