Skip to main content
New Voice
December 12, 2024
Question

Docusign c# SDK envelope api integration issue

  • December 12, 2024
  • 2 replies
  • 164 views

Hi Dev Folks,

i have posted my problem here, can any one help me to solve that issue

Thanks.

2 replies

Alexandre.Augusto
Docusign Employee
Docusign Employee
December 12, 2024

Hello, ​@afzalmozanp5 

 

In which part of your code you’re autoplacing the Signer here tab?

 

Thanks

Alexandre 

Your feedback is very appreciated! You can give a Like and mark this answer as the "Best Answer" for your issue. DocuSign University http://dsucustomers.docusign.com
New Voice
December 13, 2024

Hi ​@Alexandre.Augusto,

in following code line executed then tab removal from existing document happened

var result = await envelopesApi.UpdateRecipientsAsync(acct.AccountId, envelopeId, recipients);

thanks.