Table of Contents

Class UpdateAttachmentRequest

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

Constructors

UpdateAttachmentRequest(string, Guid?, string?)

public UpdateAttachmentRequest(string Category, Guid? AttachmentCategoryId, string? Description)

Parameters

Category string
AttachmentCategoryId Guid?
Description string

Properties

AttachmentCategoryId

public Guid? AttachmentCategoryId { get; init; }

Property Value

Guid?

Category

public string Category { get; init; }

Property Value

string

Description

public string? Description { get; init; }

Property Value

string