Table of Contents

Class CreateIdentifierRequest

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

Constructors

CreateIdentifierRequest(Guid, string, Guid?, bool, DateTime?)

public CreateIdentifierRequest(Guid IdentifierTypeId, string ValueRaw, Guid? CountryId, bool IsPrimary, DateTime? ExpirationDate)

Parameters

IdentifierTypeId Guid
ValueRaw string
CountryId Guid?
IsPrimary bool
ExpirationDate DateTime?

Properties

CountryId

public Guid? CountryId { get; init; }

Property Value

Guid?

ExpirationDate

public DateTime? ExpirationDate { get; init; }

Property Value

DateTime?

IdentifierTypeId

public Guid IdentifierTypeId { get; init; }

Property Value

Guid

IsPrimary

public bool IsPrimary { get; init; }

Property Value

bool

ValueRaw

public string ValueRaw { get; init; }

Property Value

string