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