Skip to content

INVENTRYCmdAdjustments

Adjustments
Version 1.7.283.4, Updated on Thursday, December 19, 2024

Adjusting Inventory

POSThttps://ecc123456789012345.servicebus.windows.net/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.
}