Skip to content

Commit

Permalink
Updated portal role data type OFMCC-1050
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjana Yadav committed Jan 12, 2024
1 parent a3103bf commit 9a87b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OFM.Infrastructure.WebAPI/Models/DataverseModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class ProviderProfile
public string? ofm_first_name { get; set; }
public string? ofm_last_name { get; set; }
public Organization? organization { get; set; }
public string? ofm_portal_role { get; set; }
public int? ofm_portal_role { get; set; }
public bool? ofm_is_primary_contact { get; set; }
public IList<FacilityPermission>? facility_permission { get; set; }

Expand Down Expand Up @@ -113,7 +113,7 @@ public record D365Contact
public string? odataetag { get; set; }
public string? ofm_first_name { get; set; }
public string? ofm_last_name { get; set; }
public string? ofm_portal_role { get; set; }
public int? ofm_portal_role { get; set; }
public string? ccof_userid { get; set; }
public string? ccof_username { get; set; }
public string? contactid { get; set; }
Expand Down

0 comments on commit 9a87b0f

Please sign in to comment.