Hi -
SHORT: How to assign "RoleID" to SignerBuilder in vb.Net ?
In .NET we create signers using SignerBuilder and have been placing the ID in .WithCustomId(lcIDvalue) assignment. Up to this point, we never needed to reference it so it didn't matter. Now I need to generate a single-signer URL to send to someonoe to sign their portion of the document.
I am trying to fetch a specific Single-Signer URL using this API (which we already use for JSon packages):
GET /packages/{packageId}/roles/{roleId}/signingUrl
- Read more about WithCustomID vs WithRoleID
- 2 comments
- Log in or register to post comments
- 91 views