Skip to main content

Discount Reports

Read discount reports by store.

URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/discountReport

curl -X GET -H "apikey: generated-api-key" \ 
"https://api.lingaros.com/v1/lingapos/store/{store-id}/discountReport"

queryParms

?dateOption=T => [Today]
?dateOption=Y => [Yesterday]
?dateOption=LND&numberOfDay=13 => [Last 'N'(13) days]
?dateOption=W => [This week]
?dateOption=L7D => [Last 7 days]
?dateOption=M => [This month]
?dateOption=LM => [Last month]
?dateOption=L30D => [Last 30 days]
?dateOption=SD?specificDate=29-Sep-2019 => [Specific date]
?dateOption=DR&fromDate=09-Sep-2019&toDate=01-Oct-2019 => [Date range]

?selectedReportType=Summary => [Summary]
?selectedReportType=By Employee => [Group By Employee]
?selectedReportType=By Discount => [Group By Discount]
?selectedReportType=By Discount Type => [Group By Discount Type]
?selectedReportType=By Cash Reward => [Group By Cahs Reward]
?selectedReportType=Discount Applied By => [Group By Discount Applied By]

?selectedCouponType=All
?selectedCouponType=Promo
?selectedCouponType=Comp
?selectedCouponType=Donation