Skip to content

Commit 6bc64b4

Browse files
committed
Fix casing of assicatedcompanyid
1 parent 7197a7d commit 6bc64b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HubSpot.NET/Api/Contact/Dto/ContactHubSpotModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public class ContactHubSpotModel : IHubSpotModel
3737
public string State { get; set; }
3838
[DataMember(Name = "zip")]
3939
public string ZipCode { get; set; }
40-
[DataMember(Name="associatedCompanyId")]
40+
41+
[DataMember(Name="associatedcompanyid")]
4142
public long? AssociatedCompanyId { get;set; }
4243

4344
[DataMember(Name="hubspot_owner_id")]

0 commit comments

Comments
 (0)