{
"from_date": "2026-03-30",
"to_date": "2026-03-30",
"bill_type": "ALL", // "ALL" "RESTAURANT","ERP"
"invoice_type": "ALL", // "ALL" "B2C", "B2B"
"item_id": 0,
"list_branch": [
"417221",
"990302",
"235175"
],
"category_id": 0,
"subcategory_id": 0,
"is_summarized": false,
"mul_branch_unique_code": "417221"
}curl --location '/multishop/reports/categorywise_report/categorywise_report' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data '{
"from_date": "2026-03-30",
"to_date": "2026-03-30",
"bill_type": "ALL", // "ALL" "RESTAURANT","ERP"
"invoice_type": "ALL", // "ALL" "B2C", "B2B"
"item_id": 0,
"list_branch": [
"417221",
"990302",
"235175"
],
"category_id": 0,
"subcategory_id": 0,
"is_summarized": false,
"mul_branch_unique_code": "417221"
}'{}