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

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

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)
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 RevenuePerStore objects.

Example

A request to retrieve a total revenue per store between 03-Mar and 05-Mar:

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