Table of Contents

Class CreateNoteRequest

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

Constructors

CreateNoteRequest(string?, string, Guid?)

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