post https://globalticket.com/webservices/scanapi/getTurnover
Description:
With this function you can retrieve the turnover, discount and the number of tickets sold during a selected period. Use the startDate and endDate parameters to select a period.
Note
- The maximum period per request is restricted to one month.
- TicketTurnoverTotal is the total turnover of ticketsales before discounts
- TurnoverDiscount is the total discount given during the requested turnover period
- TurnoverTotal is the total ticketTurnoverTotal minus the turnoverDiscount
- PosId (PLU-code) is a unique identifier that can be set within the ticketing system to match products to external systems.
HMAC calculation:
Base64 encode - SHA256(apiKey + startDate + endDate)