Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Need help with getSigningUrl

0 votes
Michael, Here is the code I used when I got that error. I retrieved the signer and then referenced the id property.
            PackageId packageId = new PackageId("e037d16d-6594-4344-b62d-d0de0d123457");
            Signer sName = eslClient.GetPackage(packageId).GetSigner("[email protected]");
            string sUrl = eslClient.PackageService.GetSigningUrl(packageId, sName.Id);
Thank you, Colleen

Reply to: Need help with getSigningUrl

0 votes
Michael, Let's go back a step. When I'm adding signers to the package, I'm using the following code. When this signer is added to your system, does it automatically generate a roleId? If so, how do I see it so that I can store it in our database?
Signer signer = SignerBuilder.NewSignerWithEmail(au.emailAddress)
                        .WithFirstName(au.firstName)
                        .WithLastName(au.lastName)
                        .SigningOrder(au.sortOrder)
                        .Build();

                    eslClient.PackageService.AddSigner(pkgId, signer);

                    string signerId = eslClient.GetPackage(pkgId).GetSigner(au.emailAddress).Id;
Thank you, Colleen

Reply to: Need help with getSigningUrl

0 votes
Michael, I am using SDK version 10.13.0.0. If I use a customId, does that show up in the designer view anywhere or is it just a behind the scenes value? We are showing the designer view to our users for them to add the signers to the documents. I just want to make sure it doesn't show in that view. I'll give the customId a try. Thanks Colleen

Reply to: Package Expiration Dates

0 votes
Hi. I have not been passing a time in, so the midnight time makes sense to what we are seeing. We store date/hour/minute/second in our system. I can account for the timezone when the user sets it on our end and convert it to GMT before saving it in your system. So, that's fine. What time is checked when it's expired? GMT midnight, or something else? Thanks Colleen

Subscriptions

Topics Replies Freshness Views Users
I have some questions about creating the signing url in the .Net SDK and the REST API. Here is what I have so far. I've created a package called "Test". I've added documents to Test.
10 8 years ago 87
Profile picture for user mwilliams
I already have created the package and now want to add documents to it. I have file data in a byte array from the database. How do I add a document to the package with the byte array? Thanks Colleen
7 8 years 1 month ago 53
Profile picture for user harishaidary
Can I create packages programmatically using the same sender email address? And then show the designer view with that same sender email address in multiple browsers? Thanks Colleen
9 8 years 1 month ago 33
Profile picture for user harishaidary
I want to ensure documents are signed in a particular order. Does eSignLive have the ability to do this? Thanks, hsamson
6 8 years 1 month ago 58
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.