{
"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_levelthree' \
--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"
}'
{
"shopname": "CAVVIAR",
"shopmobile": "",
"shopaddress": "",
"shopgst": "",
"from_date": "2024-01-27 00:00",
"to_date": "2024-01-28 11:59",
"billno": 3392,
"billedon_date": "2023-11-21 09:36:14",
"subtotal": 415,
"tax": 0,
"discount": 0,
"nettottal": 415,
"list_coloumnname": [
"SLNO",
"ITEMNAME",
"QUANTITY",
"RATE",
"TOTAL"
],
"list_coloum_property": [
{
"coloum_name": "SLNO",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloum_name": "ITEMNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloum_name": "QUANTITY",
"coloumwidth": 15,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloum_name": "RATE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloum_name": "TOTAL",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"list_data": [
{
"itemid": 47,
"itemname": "MASALA DOSA",
"qty": 3,
"rate": 100,
"total": 300
},
{
"itemid": 2,
"itemname": "FILTER COFFEE",
"qty": 3,
"rate": 25,
"total": 75
},
{
"itemid": 30,
"itemname": "VADA SET",
"qty": 1,
"rate": 40,
"total": 40
}
]
}