{
"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/credit/credit_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-03 11:03:28.000+0530",
"shopname": "MULTISHOP",
"shopaddress": "",
"shopmobile": "",
"shopgst": "",
"totalcredit": 0,
"totaldiscount": 0,
"list_coloumnname": [
"SLNO",
"OUTLETNAME",
"ADDRESS",
"TOTALBILLS",
"TAX",
"TOTALCREDITAMOUNT",
"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": "TOTALCREDITAMOUNT",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
},
{
"coloumName": "TOTALDISCOUNT",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "R"
}
],
"outletdata_credit": [
{
"id": 19,
"outletname": "CAVVIAR",
"address": "",
"total_bills": 0,
"tax": 0,
"total_creditamount": 0,
"total_discount": 0,
"currency": "",
"currency_position": ""
}
]
}