We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3521a22 + 6bc64b4 commit f4ca32eCopy full SHA for f4ca32e
HubSpot.NET/Api/Contact/Dto/ContactHubSpotModel.cs
@@ -37,7 +37,8 @@ public class ContactHubSpotModel : IHubSpotModel
37
public string State { get; set; }
38
[DataMember(Name = "zip")]
39
public string ZipCode { get; set; }
40
- [DataMember(Name="associatedCompanyId")]
+
41
+ [DataMember(Name="associatedcompanyid")]
42
public long? AssociatedCompanyId { get;set; }
43
44
[DataMember(Name="hubspot_owner_id")]
0 commit comments