簡體   English   中英

通過C#代碼從DocuSign文檔中檢索字段,例如名字,姓氏

[英]Retrieve fields, such as First Name, Last Name from the DocuSign Document through C# code

通過C#代碼從DocuSign文檔中檢索字段,例如名字,姓氏

我嘗試通過傳遞文檔的模板ID來獲取字段

var apiClient = new ApiClient("https://na3.docusign.net/​");
TemplatesApi envelopesApi2 = new TemplatesApi();
CustomFields cfe = envelopesApi2.ListCustomFields(apiAccountId, templateid);

我想從簽名文檔中檢索名字和姓氏

Chetna,您使用的是TemplateAPI,但“簽名文檔”只能用於n個信封。 模板是信封的“藍圖”,在所有各方簽名后,允許“簽名文件”。 您需要的信息位於文檔的選項卡中,並且這些信息與特定的收件人相關聯。 有關我們的選項卡API的信息,請參閱https://developers.docusign.com/esign-rest-api/guides/features/tabs

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM