Table of Contents

Class UpdateRelationshipRequest

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

Constructors

UpdateRelationshipRequest(Guid, bool, bool, string?)

public UpdateRelationshipRequest(Guid RelationshipTypeId, bool IsActive, bool IsMain, string? Notes)

Parameters

RelationshipTypeId Guid
IsActive bool
IsMain bool
Notes string

Properties

IsActive

public bool IsActive { get; init; }

Property Value

bool

IsMain

public bool IsMain { get; init; }

Property Value

bool

Notes

public string? Notes { get; init; }

Property Value

string

RelationshipTypeId

public Guid RelationshipTypeId { get; init; }

Property Value

Guid