{
"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/get_reports_subkitchenwise' \
--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"
}'
{
"report_name": "SubKitchen Report",
"from_date": "2024-01-01 00:00",
"to_date": "2024-01-02 11:59",
"grandtotal": 0,
"offset": 0,
"limit": 0,
"shopname": "CAVVIAR",
"shop_address": "abcd",
"shop_mobileno": "9847098470",
"shop_gst": "12.5",
"reportgen": "2024-05-24 10:19:31.000+0530",
"total_count": 0,
"list_coloumnname": [
"ITEMNAME",
"SUBKITCHENNAME",
"QTY",
"PRICE"
],
"list_columnproperty": [
{
"coloumName": "SlNo",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "ITEMNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloumName": "SUBKITCHENNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "L"
},
{
"coloumName": "QTY",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "PRICE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
}
],
"list_reportdata": []
}