Details

Name Data Type Is Nullable
Id Integer False
AdjustmentReasonId

Choose the reason why this adjustment is being made. If you are posting transactions to GL, this will control what GL account to use.

Integer False
PalletId Integer True
Quantity

Quantity to change for this specific warehouse/receipt/product/location/pallet

Integer False
Weight

Weight to change for this specific warehouse/receipt/product/location/pallet

Decimal False
Comment

Optional. Specify why this specific adjusment is being made.

String False
EffectiveOn

When this adjustment took effect. This will also control what date to use if you are posting transactions to GL.

DateTime True
IsPosted

Checked when this inventory adjustment has been posted to GL.

Boolean False
InventoryAdjustmentTransactionLogId Integer True
WarehouseId::Warehouse.Name String False
WarehouseId_FormattedValue String False
ProductId::Product.ReferenceCode String False
ProductId::Product.Name String False
ProductId_FormattedValue String False
WarehouseLocationId::WarehouseLocation.Name String False
WarehouseLocationId_FormattedValue String False
ReceiptId::Receipt.ReferenceCode String False
ReceiptId_FormattedValue String False
PalletId::Pallet.ReferenceCode String False
PalletId_FormattedValue String False
AdjustmentReasonId::AdjustmentReason.Name String False
AdjustmentReasonId_FormattedValue String False
InventoryAdjustmentTransactionLogId::InventoryAdjustmentTransactionLog.Name String False
InventoryAdjustmentTransactionLogId_FormattedValue String False

Object:

{
    Id":####,
    AdjustmentReasonId":####,
    PalletId":####,
    Quantity":####,
    Weight":###.##,
    Comment":"abcABC123",
    EffectiveOn":"MM-dd-yyyy hh:mm:ss",
    IsPosted":True/False,
    InventoryAdjustmentTransactionLogId":####,
    WarehouseId::Warehouse.Name":"abcABC123",
    WarehouseId_FormattedValue":"abcABC123",
    ProductId::Product.ReferenceCode":"abcABC123",
    ProductId::Product.Name":"abcABC123",
    ProductId_FormattedValue":"abcABC123",
    WarehouseLocationId::WarehouseLocation.Name":"abcABC123",
    WarehouseLocationId_FormattedValue":"abcABC123",
    ReceiptId::Receipt.ReferenceCode":"abcABC123",
    ReceiptId_FormattedValue":"abcABC123",
    PalletId::Pallet.ReferenceCode":"abcABC123",
    PalletId_FormattedValue":"abcABC123",
    AdjustmentReasonId::AdjustmentReason.Name":"abcABC123",
    AdjustmentReasonId_FormattedValue":"abcABC123",
    InventoryAdjustmentTransactionLogId::InventoryAdjustmentTransactionLog.Name":"abcABC123",
    InventoryAdjustmentTransactionLogId_FormattedValue":"abcABC123"
}