#DocuSignAPI 如何创建与模板匹配的信封

#DocuSignAPI How do I create an envelope that will match to a template

在 REST api 指南中,我看到我可以发送文档进行签名,或者发送一个模板进行签名,但是我没有在参考中看到如何发送文档应用于模板(或如何指定我要应用的模板)。

我将使用什么方法发送编码后的 pdf,并使该 PDF 与模板匹配?

要指定要在 REST 调用中使用的模板,您需要使用 Composite Templates,这里是您入门的好地方。

请记住,Whosebug 是请求代码帮助的地方,而不是请求设计工作流程帮助的地方。


复合模板

This structure can be added to create envelopes from a combination of DocuSign templates and PDF forms. The basic envelope remains the same, while the Composite Template adds new document and template overlays into the envelope. There can be any number of Composite Template structures in the envelope.

DocuSign REST v2 Documentation. Page 110