INVENTRYCmdAdjustments
Adjustments
Version 1.8.73, Updated on Monday, April 27, 2026
Adjusting Inventory
POSThttps://123456789012345.koblesystems.dev/MyEbms/ABC/OData/INVENTRY('PBRUSHS')/Model.Entities.Adjustments
{
"Warehouse": "LOCB", //Default warehouse will be used if not specified.
"AdjustmentQuantity": 3, //Adjust the current on hand up or down.
"NewQuantity": 3, //Alternative option to AdjustmentQuantity and sets On Hand count.
"Date": "20241127", //Not required. Today's date will be used in not specified.
"UnitValue": 15, //Not required. Only used when increasing value.
"Description": "Sample Description" //Not required.
}