Class UpdateNoteRequest
- Namespace
- KadicErp.WebApi.Controllers.BusinessPartners
- Assembly
- KadicErp.WebApi.dll
public record UpdateNoteRequest
- Inheritance
-
objectUpdateNoteRequest
Constructors
UpdateNoteRequest(string?, string, Guid?)
public UpdateNoteRequest(string? Subject, string Content, Guid? NoteTypeId)
Parameters
SubjectstringContentstringNoteTypeIdGuid?
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