Businese.InventoryDAL.ReverseStock

Parameters:

Name Type Description
BillType String
BillId String
OnFail Action<DealerInventory>

Returns: Void

Sample:

Request:

    {
    "jsonrpc": "2.0",
    "method": "Businese.InventoryDAL.ReverseStock",
    "params": {
        "BillType" : "" /* [String]*/,
        "BillId" : "" /* [String]*/,
        "OnFail" : null /* [Action<DealerInventory>]*/
        
    },
    "id": 1,
    "tags": {
        "usertoken": "",
        "sessionid": ""
    }
  }
Response:
{
  "jsonrpc": "2.0",
  "result": null,
  "error": null,
  "id": 1
}