Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Unclaimed Draft response object missing signatureRequestID #40

Closed
alexmac05 opened this issue Jul 1, 2017 · 0 comments
Closed

Unclaimed Draft response object missing signatureRequestID #40

alexmac05 opened this issue Jul 1, 2017 · 0 comments
Assignees

Comments

@alexmac05
Copy link
Contributor

The UnclaimedDraft response object is missing the signatureRequestId parameter in the C# SDK.
https://app.hellosign.com/api/reference#UnclaimedDraft

var request = new SignatureRequest();
request.AddFile(@"/Users/userid/NDA.pdf");
request.TestMode = true;
var response = client.CreateUnclaimedDraft(request, UnclaimedDraft.Type.SendDocument);
// Console.WriteLine(response.SignatureRequestId);

Workarounds while this issue is open:

  1. use http://restsharp.org/ instead of this SDK
  2. Listen for the server side callbacks to get the signatureRequestID
@BHSPitMonkey BHSPitMonkey self-assigned this Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants