{
"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/paymentinfo/card/card_levelone' \
--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"
}'
{
"fromdate": "2024-01-27 09:52:40",
"todate": "2024-01-27 09:52:40",
"reportgeneratedon": "2024-05-02 10:09:34.000+0530",
"shopname": "MULTISHOP",
"shopaddress": "",
"shopmobile": "",
"totalcardamount": 31237,
"totaldiscount": 0,
"shopgst": "",
"list_coloumnname": [
"SLNO",
"OUTLETNAME",
"ADDRESS",
"TOTALBILLS",
"TAX",
"TOTALCARDAMOUNT",
"TOTALDISCOUNT"
],
"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": "ADDRESS",
"coloumwidth": 15,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloumName": "TOTALBILLS",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloumName": "TAX",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloumName": "TOTALCARDAMOUNT",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloumName": "TOTALDISCOUNT",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"Outletdata_Card": [
{
"id": 19,
"outletname": "CAVVIAR",
"address": "abcd",
"total_bills": 0,
"tax": 1467.71,
"total_cardamount": 31237,
"total_discount": 0,
"currency": "",
"currency_position": ""
}
]
}