Need help with getSigningUrl
Thursday, April 28, 2016 at 12:19pmI 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. I've added Signers with just firstname, lastname and emailaddress to Test. I want to store the SignerId in my database, which I see that I can retrieve by using this:
string signerId = eslClient.GetPackage(pkgId).GetSigner(emailaddress).Id;. So far, so good. In our application, the user will then be shown the designer view in an iFrame to add the signers and signing types to the documents. Then they will click a "send" button on our site. I'll retrieve the Test package, change the package status to "sent" in your system, and then determine which signers need the email and create the signing URL. What information do I need to use to create the signing URL? The SDK has a method that uses the packageId and the signerId. But, our moblie developer pointed out that the REST API uses a roleId. So, is the roleId and the signerId the same thing? If not, where do I get the roleId from and what is it associated to? Thank you, Colleen
Reply to: Need help with getSigningUrl
Thursday, April 28, 2016 at 06:36pmReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 04:04amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 05:56amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:02amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:10amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:12amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:30amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:31amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:38amReply to: Need help with getSigningUrl
Friday, April 29, 2016 at 06:43am