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
Labels
legacy
Related to legacy, non-OpenAPI SDK
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
The text was updated successfully, but these errors were encountered: