You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
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