简体   繁体   English

如何更正现有的 DocuSign 信封以使用其 C# SDK 添加文档?

[英]How to correct an existing DocuSign envelope to add a document to it with their C# SDK?

I have an existing envelope with a document in it.我有一个现有的信封,里面有一份文件。 This document has a fixed number of places to sign built in. If we think we need more places to sign, we have an additional document dedicated to just that.本文档内置了固定数量的签名位置。如果我们认为需要更多签名位置,我们还有一个专门用于此目的的额外文档。

I can create the envelope with the additional signatures document if we know we're going to have that many signatures from the beginning.如果我们从一开始就知道要有那么多签名,我可以创建带有附加签名文档的信封。 But I'm unsure how to add the document to an existing, not yet complete, envelope for situations where new signers come on-board after the first signature is received.但我不确定如何将文档添加到现有的、尚未完成的信封中,以应对新签名者在收到第一个签名后加入的情况。 I'd like to not have to require those that have already signed to sign again, so it sounds like I need to correct the envelope.我不想要求那些已经签名的人再次签名,所以听起来我需要更正信封。

Their REST documentation seems to have exactly what I'm looking for with UpdateDocument .他们的 REST 文档似乎正是我使用UpdateDocument寻找的内容。 I'm using the C# SDK and it seems to have a similar function except with no place to actually put the document's Base64 bytes.我正在使用 C# SDK 它似乎有一个类似的 function除了没有地方实际放置文档的 Base64 字节。

Is it possible to use the C# SDK to append a document to an existing, incomplete envelope?是否可以将 C# SDK 到 append 的文件用于现有的、不完整的信封?

It currently seems impossible to use the C# SDK for this as the UpdateDocument function has an open bug for this exact reason (no place to specify document bytes that would go in the request body): https://github.com/docusign/docusign-esign-csharp-client/issues/357目前似乎不可能为此使用 C# SDK,因为 UpdateDocument function 出于这个确切原因有一个未解决的错误(没有地方可以在请求正文中指定文档字节 go): https://github.com/docusign/docusign -esign-csharp-客户端/问题/357

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Docusign API使用C#SDK将多个文档添加到信封 - Add multiple documents to envelope using c# sdk using Docusign API DocuSign C#REST API将带有签名者的文档附加到现有信封 - DocuSign C# REST API Attaching documents with signers to existing envelope C# DocuSign API:将用户重定向到现有信封的收件人视图 - C# DocuSign API: Redirect user to recipient view for existing envelope 如何不使用C#SDK自动发送Docusign信封并获取URL - How to not automatically send a Docusign Envelope and get the URL Instead using the C# SDK Docusign - 如何对信封表单数据进行排序? 使用 C# SDK EnvelopeAPI.GetEnvelopeFormData - Docusign - How to sort envelope form data? Using C# SDK EnvelopeAPI.GetEnvelopeFormData Docusign SDK C# Radio Button Group ,Docusign tab 元素中指定的 RecipientId 未引用此信封的收件人 - Docusign SDK C# Radio Button Group ,Docusign The RecipientId specified in the tab element does not refer to a recipient of this envelope 使用 C# 重新发送 Docusign 信封 - Resend Docusign envelope using C# DocuSign API C#在发送模板作为信封时如何设置文本字段的值? - DocuSign API C# How to set the value of a text field when sending out a template as an envelope? Docusign API C# 如何从信封中删除模板文档? - Docusign API C# How do I remove template documents from an envelope? DocuSign-如何在 PDF 中发送信封之前填充 PDF 中已经存在的字段 - DocuSign- How to populate fields already present in PDF before sending the envelope in c#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM