SDK和Swagger定义中的补充文档支持

时间:2017-03-07 14:04:42

标签: docusignapi

是否支持补充文档作为当前可用SDK的一部分?我似乎无法在Document对象(src/main/csharp/DocuSign/eSign/Model/Document.cs)上找到对属性includeInDownload,display和signerMustAcknowledge的引用

DocuSign API招摇定义是否公开发布?我可以在这里找到唯一的定义(DocuSign REST API Swagger JSON),它的日期是2015年7月8日。当阅读定义时,包含InDownload,display和signerMustAcknowledge不包含在Document对象中(这有意义,因为我相信这个根据DocuSign的解决方案架构师,全球合作伙伴解决方案,这是2016年12月左右推出的新功能。

2 个答案:

答案 0 :(得分: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

答案 1 :(得分:0)

C# SDK已更新,现在支持补充文档。