{
"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"
}
]
}
},
"offset":0,
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}
curl --location --request POST '/ClientApp/ReportsTablewise/Sales/sales_summary' \
--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"
}
]
}
},
"offset":0,
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}'
{
"fromdate": "2024-01-01",
"todate": "2024-01-01",
"reportgen": "2024-05-24 16:10:14.000+0530",
"reportname": "Sales Summary Report",
"shopname": "CAVVIAR",
"shopaddress": "abcd",
"shopmobile": "9847098470",
"shopgst": "12.5",
"totalorder": 0,
"totaldiscount": 0,
"totalamnt": 0,
"list_columname": [
"SlNo",
"Mode of Payment",
"Totalorders",
"Totaldiscount",
"Totalamnt"
],
"list_coloum_property": [
{
"coloumName": "SLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "Mode of Payment",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "Totalorders",
"coloumwidth": 15,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloumName": "Totaldiscount",
"coloumwidth": 15,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloumName": "Totalamnt",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"list_data": [
{
"modeofpayment": "Cash",
"totalorders": 0,
"totaldiscount": 0,
"totalamnt": 0
},
{
"modeofpayment": "Credit",
"totalorders": 0,
"totaldiscount": 0,
"totalamnt": 0
}
]
}