Skip to content

Commit f4ca32e

Browse files
authored
Merge pull request #15 from squaredup/work/dc/associatedcompany
Fix casing of associatedcompanyid
2 parents 3521a22 + 6bc64b4 commit f4ca32e

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)