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

Add createdAt property to Signature Request object #90

Open
janetanne opened this issue Jul 17, 2020 · 1 comment
Open

Add createdAt property to Signature Request object #90

janetanne opened this issue Jul 17, 2020 · 1 comment
Labels
legacy Related to legacy, non-OpenAPI SDK

Comments

@janetanne
Copy link
Contributor

janetanne commented Jul 17, 2020

When using GetSignatureRequest(), there is currently no createdAt property in the response that is parallel to created_at in the API response.

If you look at the BaseSignatureRequest model you can confirm this: https://github.com/hellosign/hellosign-dotnet-sdk/blob/v3/src/HelloSign/Models/BaseSignatureRequest.cs

The workaround would be to make a raw HTTP request to the endpoint as we have more parameters available in the API vs. the C# SDK.

Internal reference number: 10071 // 11796
Related ticket number: 11001942

@mattoosterbaan
Copy link
Contributor

I have a pull request out there that takes care of this: PR #88

@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

No branches or pull requests

3 participants