Inventory Adjustment

InventoryAdjustmentObj:

Name
Data Type
Description

inventoryHeaderObj

InventoryAdjustmentHeader

Represents the header information for adjustments.

inventoryDetailListObj

List<InventoryAdjustmentDetail>

Represents a list of adjustment details.

InventoryAdjustmentHeader:

Name
Data Type
Description

Id

long

Unique identifier for the adjustment header.

AdjustmentNumber

string

The adjustment number associated with the header.

ItemId

long

The identifier of the item being adjusted.

ItemNumber

string

The item number or code.

AdjAccntId

string

The identifier of the adjustment account.

AdjAccntName

string

The name of the adjustment account.

StoreId

int

The identifier of the store where the adjustment occurred.

StoreName

string

The name of the store where the adjustment occurred.

TxnDate

DateTime

The date of the adjustment.

TxnId

string

The transaction identifier associated with the adjustment.

TxnNumber

long

The transaction number associated with the adjustment.

Memo

string

A memo or note related to the adjustment.

RefNumber

string

A reference number associated with the adjustment.

ReasonCodeId

int

The identifier of the reason code for the adjustment.

ReasonCode

string

The reason code description for the adjustment.

AdjTypeId

double

The type identifier of the adjustment.

AdjTypeName

string

The name of the adjustment type.

QtyAdj

double

The quantity adjustment made.

ValueAdj

double

The value adjustment made.

TotalValueAdj

double

The total value adjustment made.

CurrencyId

int

The identifier of the currency used for the adjustment.

CurrencyCode

string

The currency code used for the adjustment.

CurrencySymbol

string

The currency symbol used for the adjustment.

CreateDttm

DateTime

The creation date and time of the adjustment.

CreateSource

string

The source of the adjustment creation.

ModifyDttm

DateTime?

The modification date and time of the adjustment, if applicable.

ModifySource

string

The source of the adjustment modification, if applicable.

ThirdPartyRefNo

string

A reference number from a third party associated with the adjustment.

UomId

int

The identifier of the unit of measure (UOM) for the adjustment.

UomName

string

The name of the unit of measure (UOM) for the adjustment.

BaseUomId

int

The identifier of the base unit of measure (UOM) for the adjustment.

UomFactor

double

The conversion factor between UOM and base UOM.

BaseQtyAdj

double

The quantity adjustment in the base unit of measure.

Is3AItemFlag

bool

A flag indicating whether the item is a 3A item.

InventoryAdjustmentDetail:

Name
Data Type
Description

Id

long

Unique identifier for the adjustment detail.

StoreId

int

The identifier of the store where the adjustment occurred.

StoreName

string

The name of the store where the adjustment occurred.

AdjustmentId

long

The identifier of the parent adjustment to which this detail belongs.

AdjustmentNumber

string

The adjustment number associated with the detail.

ItemId

long

The identifier of the item being adjusted.

ItemNumber

string

The item number or code.

LocationId

long

The identifier of the location where the adjustment occurred.

LocationName

string

The name of the location where the adjustment occurred.

QtyAdj

double

The quantity adjustment made for the item.

AverageCost

double

The average cost associated with the item.

ValueAdj

double

The value adjustment made for the item.

CreateDttm

DateTime

The creation date and time of the adjustment detail.

CreateSource

string

The source of the adjustment detail creation.

ModifyDttm

DateTime?

The modification date and time of the adjustment detail, if applicable.

ModifySource

string

The source of the adjustment detail modification, if applicable.

UomName

string

The name of the unit of measure (UOM) for the item.

ItemUpc

string

The UPC (Universal Product Code) of the item.

LpnId

long?

The identifier of the LPN (License Plate Number) associated with the item, if applicable.

LpnNumber

string

The LPN number associated with the item, if applicable.

ItemQualityCode

string

The quality code associated with the item.

ItemQualityName

String

The name of the item's quality.

Last updated