{
"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"
}
]
}
},
"opendate":"2024-01-27 09:52:40",
"closedate":"2024-01-27 09:52:40"
}
curl --location --request POST '/ClientApp/dashboard/panelinfo' \
--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"
}
]
}
},
"opendate":"2024-01-27 09:52:40",
"closedate":"2024-01-27 09:52:40"
}'
{
"storeinfo_data": {
"list_dashboardstoreinfo": [
{
"info_data": "Total Sales",
"total": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "No.of Orders",
"total": 0,
"currency": null,
"currency_position": null
},
{
"info_data": "Discounts",
"total": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Taxes",
"total": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Void",
"total": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Set Price",
"total": 0,
"currency": "",
"currency_position": ""
}
]
},
"paymentinfo_data": {
"payment_info": [
{
"info_data": "Cash",
"total": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Credit",
"total": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Bank",
"total": 0,
"currency": "",
"currency_position": ""
}
]
},
"outletinfo_data": {
"outlet_info": {
"columnname": [
"No",
"Outlets",
"Orders",
"Sales",
"Tax",
"Discount"
],
"tabledata_list": []
}
},
"sectionwiseinfo_data": {
"sectionwise_info": [
{
"info_data": "Delivery",
"total": 0,
"percentage": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Dine in",
"total": 0,
"percentage": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Takeaway",
"total": 0,
"percentage": 0,
"currency": "",
"currency_position": ""
},
{
"info_data": "Online",
"total": 0,
"percentage": 0,
"currency": "",
"currency_position": ""
}
]
},
"sectionwisesummary_data": {
"sectionwisesummary": {
"orders": 0,
"Avg_Basket_sizesize": 0,
"Revenue": 0,
"DINEIN": {
"orders": 0,
"Avg_Basket_sizesize": 0,
"Revenue": 0
},
"DELIVERY": {
"orders": 0,
"Avg_Basket_sizesize": 0,
"Revenue": 0
},
"TAKEAWAY": {
"orders": 0,
"Avg_Basket_sizesize": 0,
"Revenue": 0
},
"ONLINE": {
"orders": 0,
"Avg_Basket_sizesize": 0,
"Revenue": 0
},
"currency": "",
"currency_position": ""
}
},
"orderinfo_data": {
"order_info": [
{
"info_data": "Total Orders",
"total": 0
},
{
"info_data": "Cancelled",
"total": 0
},
{
"info_data": "Completed",
"total": 0
}
]
},
"misdatalist_data": [
{
"item": "INVENTORY",
"is_selected": true
},
{
"item": "ACCOUNTS",
"is_selected": true
},
{
"item": "CRM",
"is_selected": true
},
{
"item": "PAYROLL",
"is_selected": true
},
{
"item": "ANALYTICAL INFO",
"is_selected": true
}
],
"topselling_data": [
{
"food": "BREAKFAST",
"foodlogo": "",
"amount": 0
},
{
"food": "LUNCH",
"foodlogo": "",
"amount": 0
},
{
"food": "DINNER",
"foodlogo": "",
"amount": 0
}
]
}