GET https://api.e-manage.nl/widget/revenue-per-store-per-section

This API method can be used to retrieve a total revenue per store per section.

Request

Key Type Example Notes
from datetime 2018-03-04 Date to start selection from
till datetime 2018-03-05 Date to limit selection to (exclusive)
filterSections string[] 23 Optional list of section ID's to filter on
showOnlyVerified boolean false Indicating whether only verified lines should be used
showExclVat boolean false Indicating wheter the revenue should show exclusive of VAT or not

Response

A collection of RevenuePerStorePerSection objects.

Example

A request to retrieve a total revenue per store per section between 03-Mar and 05-Mar for section ID's 23 and 24:

https://api.e-manage.nl/widget/revenue-per-store-per-section?from=2018-03-04&till=2018-03-05&showExclVat=false&showOnlyVerified=false&filterSections=23&filterSections=24