Skip to content

Commit

Permalink
Merge pull request #15 from squaredup/work/dc/associatedcompany
Browse files Browse the repository at this point in the history
Fix casing of associatedcompanyid
  • Loading branch information
clarkd authored May 1, 2018
2 parents 3521a22 + 6bc64b4 commit f4ca32e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HubSpot.NET/Api/Contact/Dto/ContactHubSpotModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class ContactHubSpotModel : IHubSpotModel
public string State { get; set; }
[DataMember(Name = "zip")]
public string ZipCode { get; set; }
[DataMember(Name="associatedCompanyId")]

[DataMember(Name="associatedcompanyid")]
public long? AssociatedCompanyId { get;set; }

[DataMember(Name="hubspot_owner_id")]
Expand Down

0 comments on commit f4ca32e

Please sign in to comment.