Businese.InventoryDAL.DeductStock
Parameters:
Returns:
Void
Sample:
Request:
{
"jsonrpc": "2.0",
"method": "Businese.InventoryDAL.DeductStock",
"params": {
"BillType" : "" /* [String]*/,
"BillId" : "" /* [String]*/,
"Operation" : "" /* [String]*/,
"DealerId" : "" /* [String]*/,
"ProdId" : "" /* [String]*/,
"Qty" : 1.9 /* [Decimal]*/,
"CheckStock" : false /* [Boolean]*/,
"OnFail" : null /* [Action<DealerInventory>]*/,
"LogTime" : "2026-03-21T19:06:40.6809969+08:00" /* [Nullable<DateTime>]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
Response:
{
"jsonrpc": "2.0",
"result": null,
"error": null,
"id": 1
}