Table of Contents

Class CreateContactPointRequest

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

Constructors

CreateContactPointRequest(Guid, string, bool)

public CreateContactPointRequest(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