{
"counterid": 0,
"countername": "string",
"empname": "string",
"empid": 0,
"empacid": 0,
"reportdate": "string"
}
curl --location --request POST '/ClientApp/ReportsTablewise/Sales/countertransactionreport' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"counterid": 0,
"countername": "string",
"empname": "string",
"empid": 0,
"empacid": 0,
"reportdate": "string"
}'
{
"shopname": "",
"shopaddress": "",
"shopemail": "",
"shopnumber": "",
"shoptaxinfo": "",
"shopinfo1": "",
"shopinfo2": "",
"shopinfo3": "",
"reportname": "COUNTER TRANSACTION REPORT",
"reportdate": "Report of 11-Mar-2024",
"reportgendate": "Report Generated Date : 08-May-2024 10:57 AM",
"columnname": [
"Counter Transaction",
"Cashin \n(DEBIT)",
"Cashout \n(CREDIT)"
],
"counterinfo": [],
"nettallytotal": {
"nettotal": "Total",
"cashin": 0,
"cashout": 0
}
}