Docusign的签名者得到了我认为不会收到的文件

时间:2017-02-07 18:11:23

标签: docusignapi

我正在使用一个服务器模板。我有3个文件。 Doc 1和Doc 3需要由买方和卖方签署。 Doc 2需要由卖方和律师签署。信封定义如下所示:

 {
  "compositeTemplates": [
    {
      "compositeTemplateId": "1",
      "serverTemplates": [
        {
          "sequence": "1",
          "templateId": "a0d319ef-ad34-4a2e-a375-069ce2df630c"
        }
      ],
      "inlineTemplates": [
        {
          "sequence": "2",
          "recipients": {
            "signers": [
              {
                "name": "Kathy Keaton",
                "email": "KathyKeaton1@outlook.com",
                "recipientId": "1",
                "routingOrder": "1",
                "roleName": "##Buyer1"
              },
              {
                "name": "Kathy Lori"xxx,
                "email": "kathyxxx@outlook.com",
                "recipientId": "2",
                "routingOrder": "2",
                "roleName": "##Seller1"
              }
            ]
          }
        }
      ],
      "document": {
        "documentId": "1",
        "name": "Here is document one of the test.docx",
        "fileExtension": "docx",
        "documentBase64": [bytearray]
      }
    },
    {
      "compositeTemplateId": "2",
      "serverTemplates": [
        {
          "sequence": "1",
          "templateId": "a0d319ef-ad34-4a2e-a375-069ce2df630c"
        }
      ],
      "inlineTemplates": [
        {
          "sequence": "2",
          "recipients": {
            "signers": [
              {
                "name": "Kathy xxx,
                "email": "kathyxxx@outlook.com",
                "recipientId": "2",
                "routingOrder": "2",
                "roleName": "##Seller1"
              }
            ]
          }
        }
      ],
      "document": {
        "documentId": "2",
        "name": "Here is document two of the test",
        "fileExtension": "docx",
        "documentBase64": [bytearray]
      }
    },
    {
      "compositeTemplateId": "3",
      "serverTemplates": [
        {
          "sequence": "1",
          "templateId": "a0d319ef-ad34-4a2e-a375-069ce2df630c"
        }
      ],
      "inlineTemplates": [
        {
          "sequence": "2",
          "recipients": {
            "signers": [
              {
                "name": "Kathy Keaton",
                "email": "KathyKeaton1@outlook.com",
                "recipientId": "1",
                "routingOrder": "1",
                "roleName": "##Buyer1"
              },
              {
                "name": "Kathy xxx",
                "email": "kathyxxx@outlook.com",
                "recipientId": "2",
                "routingOrder": "2",
                "roleName": "##Seller1"
              }
            ]
          }
        }
      ],
      "document": {
        "documentId": "3",
        "name": "Here is document three of the test",
        "fileExtension": "docx",
        "documentBase64": [bytearray]
      }
    }
  ],
  "status": "sent",
  "emailSubject": "Please sign the following document at 12:47 PM"
}

我的问题是:Doc 2去了我的第一个签名者,即使他们没有该文档的签名标签。为什么会这样?

1 个答案:

答案 0 :(得分:1)

查看DocuSign的文档可见性功能。如果您的文档可见性为“关闭”,则信封中的所有收件人都可以查看信封中的所有文档。如果启用了它,则收件人需要至少分配一个DocuSign选项卡才能查看该文档(以及该文档包含的所有页面)。如果文档没有选项卡,那么所有人都应该可以看到它。