Docusign signing url - Showing document 1 of a composite template

后端 未结 1 1402
北海茫月
北海茫月 2021-01-24 13:29

Using the docusign rest api i would like to create an envelope with 2 documents. I will then be using the Post Recipient view to show document 1 to the first recipient (in an

相关标签:
1条回答
  • 2021-01-24 14:12

    The error message is due to having Document Visibility enabled. In that scenario, each signer must have at least one tab present. Your second signer (embedded or not) must have at least one tab. In this case it'd probably be on the second document.

    Your API call above does refer to a second documentId though so you may be okay there.

    I would suggest that you not mix the "simple" sending (using templateRoles at the top level) with composite templates. Instead, add an inline template to the compositeTemplates structure with all of your recipient information. You may be seeing some odd behavior due to mixing those.

    Lastly, the default Document Visibility configuration will show a document to a recipient only if they have a tab on that document. If your second signer should see all documents then you must either add a tab for them on each document or explicitly set visibility per document.

    0 讨论(0)
提交回复
热议问题