{
"storeinfo_data": {
"shopname": "MULTISHOP",
"shopaddress": "",
"shopmobile": "",
"shopgst": "",
"fromdate": "2024-01-27 09:52:40",
"todate": "2024-01-27 09:52:40",
"reportgeneratedon": "2024-05-03 11:05:50.000+0530",
"totaleditprice": 0.0,
"list_coloumnname": [
"SLNO",
"OUTLETNAME",
"EDITPRICE"
],
"list_coloum_property": [
{
"coloumName": "SLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "OUTLETNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloumName": "EDITPRICE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"setpricedata": [
{
"id": 19,
"outletname": "CAVVIAR",
"address": "",
"actualprice": 0.0,
"editprice": 0.0,
"currency": "",
"currency_position": ""
}
]
}
}
curl --location --request POST '/ClientApp/dashboard/storeinfo/setprice/setprice_levelone' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeinfo_data": {
"shopname": "MULTISHOP",
"shopaddress": "",
"shopmobile": "",
"shopgst": "",
"fromdate": "2024-01-27 09:52:40",
"todate": "2024-01-27 09:52:40",
"reportgeneratedon": "2024-05-03 11:05:50.000+0530",
"totaleditprice": 0.0,
"list_coloumnname": [
"SLNO",
"OUTLETNAME",
"EDITPRICE"
],
"list_coloum_property": [
{
"coloumName": "SLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "OUTLETNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloumName": "EDITPRICE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"setpricedata": [
{
"id": 19,
"outletname": "CAVVIAR",
"address": "",
"actualprice": 0.0,
"editprice": 0.0,
"currency": "",
"currency_position": ""
}
]
}
}'
{
"storeinfo_data": {
"shopname": "MULTISHOP",
"shopaddress": "",
"shopmobile": "",
"shopgst": "",
"fromdate": "2024-01-27 09:52:40",
"todate": "2024-01-27 09:52:40",
"reportgeneratedon": "2024-05-03 11:06:18.000+0530",
"totaleditprice": 0,
"list_coloumnname": [
"SLNO",
"OUTLETNAME",
"EDITPRICE"
],
"list_coloum_property": [
{
"coloumName": "SLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "OUTLETNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloumName": "EDITPRICE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"setpricedata": [
{
"id": 19,
"outletname": "CAVVIAR",
"address": "",
"actualprice": 0,
"editprice": 0,
"currency": "",
"currency_position": ""
}
]
}
}