Class UpdateNotificationTemplateRequest
- Namespace
- KadicErp.WebApi.Controllers.Notifications
- Assembly
- KadicErp.WebApi.dll
public record UpdateNotificationTemplateRequest
- Inheritance
-
object
UpdateNotificationTemplateRequest
Constructors
UpdateNotificationTemplateRequest(string, string?, string?, string?)
public UpdateNotificationTemplateRequest(string Name, string? Subject, string? BodyHtml, string? BodyText)
Parameters
Name string
Subject string
BodyHtml string
BodyText string
Properties
BodyHtml
public string? BodyHtml { get; init; }
Property Value
- string
BodyText
public string? BodyText { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
Subject
public string? Subject { get; init; }
Property Value
- string