Table of Contents

Class ConfirmPhysicalCountRequest

Namespace
KadicErp.WebApi.Controllers.Inventory
Assembly
KadicErp.WebApi.dll

Request body for the Confirm endpoint.

public sealed record ConfirmPhysicalCountRequest
Inheritance
object
ConfirmPhysicalCountRequest

Constructors

ConfirmPhysicalCountRequest(Guid)

Request body for the Confirm endpoint.

public ConfirmPhysicalCountRequest(Guid InventorySourceTypeId)

Parameters

InventorySourceTypeId Guid

Properties

InventorySourceTypeId

public Guid InventorySourceTypeId { get; init; }

Property Value

Guid