hubspot-net / HubSpot.NET

C# .NET Wrapper around the common HubSpot APIs.
MIT License
112 stars 137 forks source link

Deal Close Date seems to be wrong type. #101

Open ProfPugwash opened 3 years ago

ProfPugwash commented 3 years ago

Describe the bug The deal close date seems to be defined as a string instead of a long.

Repro Steps Using the Deal.Create the CloseDate field expects a string but when the record is written Hubspot returns an error saying it is expecting a long.

Expected behavior

Screenshots If applicable, add screenshots to help explain your problem. image

*Anything else?**