Table of Contents

Class UpdateNoteRequest

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

Constructors

UpdateNoteRequest(string?, string, Guid?)

public UpdateNoteRequest(string? Subject, string Content, Guid? NoteTypeId)

Parameters

Subject string
Content string
NoteTypeId Guid?

Properties

Content

public string Content { get; init; }

Property Value

string

NoteTypeId

public Guid? NoteTypeId { get; init; }

Property Value

Guid?

Subject

public string? Subject { get; init; }

Property Value

string