{
"storelist":{
"storeinfo": {
"parentid": 239,
"shopname": "NAHDI PMNA",
"shoplogo": "",
"sts": true,
"store_list": [
{
"child_rowid": 19,
"shopname": "CAVVIAR",
"shopaddress": "abcd",
"shopmobile": "9847098470",
"shopemail": "abcd@gmail.com",
"shopgst": "12.5",
"shoplogo": "logo_cavviar.png",
"opentime": "00:00",
"closetime": "11:59",
"closetime_isnextday": true,
"isFranchiseoutlet": true,
"price_decimal_fraction": 2,
"quantity_decimal_fraction": 2,
"billtotal_roundoff": false,
"currency_symbol": "INR",
"shopdatabase": "javaserver",
"sts": true,
"isSelected": false,
"countryid": 1,
"countryname": "INDIA",
"last_synctime": "2024-01-27 09:52:40"
}
]
}
},
"eventtype":"STOCK_UPDATE",
"itemtype":"normal",
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}
curl --location --request POST '/ClientApp/ReportsTablewise/Sales/get_stockupdateeventlog' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"storelist":{
"storeinfo": {
"parentid": 239,
"shopname": "NAHDI PMNA",
"shoplogo": "",
"sts": true,
"store_list": [
{
"child_rowid": 19,
"shopname": "CAVVIAR",
"shopaddress": "abcd",
"shopmobile": "9847098470",
"shopemail": "abcd@gmail.com",
"shopgst": "12.5",
"shoplogo": "logo_cavviar.png",
"opentime": "00:00",
"closetime": "11:59",
"closetime_isnextday": true,
"isFranchiseoutlet": true,
"price_decimal_fraction": 2,
"quantity_decimal_fraction": 2,
"billtotal_roundoff": false,
"currency_symbol": "INR",
"shopdatabase": "javaserver",
"sts": true,
"isSelected": false,
"countryid": 1,
"countryname": "INDIA",
"last_synctime": "2024-01-27 09:52:40"
}
]
}
},
"eventtype":"STOCK_UPDATE",
"itemtype":"normal",
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}'
{
"report_name": "StockUpdate Eventlog",
"from_date": "2024-01-01",
"to_date": "2024-05-28",
"reportgen": "2024-05-28 10:54:59.000+0530",
"shopname": "CAVVIAR",
"shop_address": "abcd",
"shop_mobileno": "9847098470",
"shop_gst": "12.5",
"total_records": 0,
"list_coloumnname": [
"Slno",
"Itemname",
"Employeename",
"Oldqtyleft",
"Newqtyleft",
"Oldexpdate",
"Newexpdate",
"Oldmrp",
"Newmrp",
"Oldsalesrate",
"Newsalesrate",
"Itemtype",
"Updateddate",
"Eventype",
"Sync",
"Lastupdated",
"Remarks"
],
"list_coloum_property": [],
"list_data": [
{
"slno": 0,
"itemid": 1,
"itemname": "TEA",
"empid": 1,
"empname": "ADMIN",
"oldqtyleft": 0,
"newqtyleft": 0,
"oldexpdate": "2024-05-27",
"newexpdate": "2024-05-27",
"oldmrp": 0,
"newmrp": 0,
"oldsalesrate": 0,
"newsalesrate": 0,
"itemtype": null,
"updateddate": "2024-05-27 17:30:20",
"eventype": "STOCK_UPDATE",
"sync": "N",
"lastupdated": "2024-05-27 17:30:42",
"remarks": null
}
]
}