{
"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"
}
curl --location --request POST '/ClientApp/MIS/accounts/panelinfo/dayclosereport/get_dayclosereport' \
--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"
}'
{
"dayclose_report": {
"shopname": "CAVVIAR",
"generateddate": "2024-05-03 11:45:52.000+0530",
"totalgst": 100,
"totalcash": 100,
"totalcard": 100,
"totalcredit": 100,
"cateringamount": 100,
"nopax": 10,
"nettotal": 500,
"list_counterdata": [
{
"counterid": 0,
"countername": "main counter",
"employeename": "emp1",
"opentime": "2024-02-02 09.00.00",
"closetime": "2024-02-02 06.00.00",
"openingbalance": 100,
"cashsale": 0,
"gstincash": 0,
"cardsale": 0,
"creditsale": 0,
"cashdiscount": 0,
"carddiscount": 0,
"creditdiscount": 0,
"enteredcashamount": 7889.9,
"enteredcardamount": 1243,
"amountshort": 0,
"is_short": false,
"shortamount": 0
},
{
"counterid": 0,
"countername": "main counter",
"employeename": "emp1",
"opentime": "2024-02-02 09.00.00",
"closetime": "2024-02-02 06.00.00",
"openingbalance": 100,
"cashsale": 0,
"gstincash": 0,
"cardsale": 0,
"creditsale": 0,
"cashdiscount": 0,
"carddiscount": 0,
"creditdiscount": 0,
"enteredcashamount": 7889.9,
"enteredcardamount": 1243,
"amountshort": 0,
"is_short": false,
"shortamount": 0
}
]
}
}