Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi I have code that creates signatures for two which I do in the beginning when I define the document.

Replies Created

Reply to: Add signatures later

0 votes
Hi Duo Thank you for your quick response. The code that I used to add these signatures was the following: (not writing the entire code though except the essential code to interact with the package) eslClient.ChangePackageStatusToDraft(packId); DocumentPackage package = eslClient.GetPackage(packId); package.Documents[0].Signatures.Add(signature1); package.Documents[0].Signatures.Add(signature2); eslClient.UpdatePackage(packId, package); eslClient.SendPackage(packId); here eslclient is the EslClient, documents[0] is the document that I have to update, signature1 and signature are two signatures defined as optional,packId is the PackageId of the used package. I understand from the error what you said about modifying when the document has started to be signed! Following is the error I got: Unable to update package settings. Exception: The remote server returned an error: (400) Bad Request. HTTP PUT on URI https://signer-sandbox-gov.esignlive.com/api/packages/2gddZv-Mfs9z1yJUWnUJUNP-Sxw=. Optional details: {"messageKey":"Recipient information cannot be updated because the recipient has already begun signing.","message":"[Recipient information cannot be updated because the recipient has already begun signing.]","code":400,"name":"Validation Error"} Now, is there is a solution that I can use for the time being? Has anybody asked this? thank you Ajay

Reply to: Add signatures later

0 votes
Hi Duo, It has been sometime since I checked back for any updates, which you should have got probably for this question! Please let me know if there is any update with this regard from your end. thank you Ajay

Subscriptions

Topics Replies Freshness Views Users
Hi I have code that creates signatures for two which I do in the beginning when I define the document.
5 4 years 5 months ago 32
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.