Class UpdateContactPointRequest
- Namespace
- KadicErp.WebApi.Controllers.BusinessPartners
- Assembly
- KadicErp.WebApi.dll
public record UpdateContactPointRequest
- Inheritance
-
objectUpdateContactPointRequest
Constructors
UpdateContactPointRequest(Guid, string, bool)
public UpdateContactPointRequest(Guid TypeId, string Value, bool IsPrimary)
Parameters
TypeIdGuidValuestringIsPrimarybool
Properties
IsPrimary
public bool IsPrimary { get; init; }
Property Value
- bool
TypeId
public Guid TypeId { get; init; }
Property Value
- Guid
Value
public string Value { get; init; }
Property Value
- string