2017-03-07 30 views
2

作为当前可用SDK的一部分支持补充文档吗?我似乎无法找到Document对象上的属性includeInDownload,display和signerMustAcknowledge(src/main/csharp/DocuSign/eSign/Model/Document.csSDK和Swagger定义中的补充文档支持

DocuSign API的swagger定义是公开可用的吗?我可以在这里找到唯一的定义(DocuSign REST API Swagger JSON),它的日期是2015年7月8日。阅读定义includeInDownload时,显示和signerMustAcknowledge不包含在Document对象中(这很有道理,我相信这是一个新特性根据DocuSign的解决方案架构师,全球合作伙伴解决方案在2016年12月左右开始提供)。

回答

0

这些属性被记录并且肯定是DocuSign REST API的一部分(请参阅定义here下的envelopeDocument)。

display (string) : modal, download, inline 
includeInDownload (string) : When set to true, the document is included in the combined document download. The default value is true. 
signerMustAcknowledge (string) : no_interaction, view, accept, view_accept 

然而,他们似乎并没有被列为新发布的C#SDK截至今天(见的DocuSign NuGet包2.1.0 here

0

C# SDK已更新的一部分,现在支持补充文件。