get https://api.apicbase.com/api/v2/sales//revenue/
Returns the total revenue from an outlet on a date or range of dates.
The revenue reported in this endpoint comes from the sales of POS items.
Either the dates
query parameter must be provided, or both the date_from
and date_to
parameters. The dates should be in the YYYY-MM-DD format.
The date range specified by the date_from
and date_to
parameters also includes both the start and end dates.