{
"storelist":{
"storeinfo": {
"parentid": 4,
"shopname": "MULTISHOP",
"shoplogo": "logo_cavviar.png",
"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"
},
{
"child_rowid": 20,
"shopname": "POINT TRAIDING",
"shopaddress": "avcs",
"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": 3,
"billtotal_roundoff": false,
"currency_symbol": "INR",
"shopdatabase": "javaserver_2",
"sts": true,
"isSelected": false,
"countryid": 2,
"countryname": "SAUDI",
"last_synctime": "2023-08-12 12:57:27"
}
]
}
},
"opendate":"2024-01-27 09:52:40",
"closedate":"2024-01-27 09:52:40",
"offset":0
}
curl --location --request POST '/ClientApp/dashboard/storeinfo/totalsales/totalsales_leveltwo' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"storelist":{
"storeinfo": {
"parentid": 4,
"shopname": "MULTISHOP",
"shoplogo": "logo_cavviar.png",
"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"
},
{
"child_rowid": 20,
"shopname": "POINT TRAIDING",
"shopaddress": "avcs",
"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": 3,
"billtotal_roundoff": false,
"currency_symbol": "INR",
"shopdatabase": "javaserver_2",
"sts": true,
"isSelected": false,
"countryid": 2,
"countryname": "SAUDI",
"last_synctime": "2023-08-12 12:57:27"
}
]
}
},
"opendate":"2024-01-27 09:52:40",
"closedate":"2024-01-27 09:52:40",
"offset":0
}'
{
"storeinfo_data": {
"shopname": "POINT TRAIDING",
"shopmobile": "",
"shopaddress": "",
"shopgst": "",
"from_date": "2024-01-27 09:52:40",
"reportgeneratedon": "2024-05-03 11:09:02.000+0530",
"to_date": "2024-01-27 09:52:40",
"offset": 50,
"limit": 50,
"totalrecords": 0,
"totaltax": 0,
"totalprice": 0,
"list_data": [],
"list_coloumnname": [
"SLNO",
"BILLNO",
"DATE",
"PAYMODE",
"TOTAL"
],
"list_coloum_property": [
{
"coloum_name": "SLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloum_name": "BILLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "C"
},
{
"coloum_name": "DATE",
"coloumwidth": 15,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloum_name": "PAYMODE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "C"
},
{
"coloum_name": "TOTAL",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
}
]
}
}