{
"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"
}
]
}
},
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}
curl --location --request POST '/ClientApp/ReportsTablewise/daywisesalesreport/get_daywisesalesreport' \
--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"
}
]
}
},
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}'
{
"fromdate": "2024-01-01",
"todate": "2024-01-01",
"reportgeneratedon": "2024-05-01 11:44:24.000+0530",
"shopname": "CAVVIAR",
"shopaddress": "abcd",
"shopmobile": "9847098470",
"shopgst": "12.5",
"offset": 0,
"limit": 30,
"totalrecords": 0,
"totalcash": 170,
"totalcard": 170,
"totalcredit": 170,
"totoldiscount": 170,
"nettotal": 170,
"listdata": [
{
"id": 1,
"date": "2024-04-04",
"cash": 100,
"card": 100,
"credit": 100,
"discount": 100,
"total": 100
},
{
"id": 2,
"date": "2024-04-04",
"cash": 50,
"card": 50,
"credit": 50,
"discount": 50,
"total": 50
},
{
"id": 3,
"date": "2024-04-04",
"cash": 20,
"card": 20,
"credit": 20,
"discount": 20,
"total": 20
}
],
"listColumnname": [
"SLNO",
"DATE",
"CASH",
"CARD",
"CREDIT",
"DISCOUNT",
"TOTAL"
],
"list_column_property": [
{
"columName": "SLNO",
"columwidth": 10,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"columName": "DATE",
"columwidth": 10,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"columName": "CASH",
"columwidth": 15,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"columName": "CARD",
"columwidth": 10,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"columName": "CREDIT",
"columwidth": 10,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"columName": "DISCOUNT",
"columwidth": 10,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"columName": "TOTAL",
"columwidth": 10,
"columheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
]
}