Table of Contents

Class UpdateContactPointRequest

Namespace
KadicErp.WebApi.Controllers.BusinessPartners
Assembly
KadicErp.WebApi.dll
public record UpdateContactPointRequest
Inheritance
object
UpdateContactPointRequest

Constructors

UpdateContactPointRequest(Guid, string, bool)

public UpdateContactPointRequest(Guid TypeId, string Value, bool IsPrimary)

Parameters

TypeId Guid
Value string
IsPrimary bool

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