get https://api.banking.netevia.dev/api/Widget/NonSpendingbyDate
This API method counts the number of clients who did not make any spending transactions within a specified date range. It allows users to filter clients based on the provided fromDate and toDate, and optionally by isoId or agentId.
Query Parameters:
- fromDate (date-time): The start date for the non-spending period you want to query.
- toDate (date-time): The end date for the non-spending period you want to query.
- isoId (int32): Optional parameter to filter results by ISO (Independent Sales Organization) ID.
- agentId (int32): Optional parameter to filter results by agent ID.
Summary:
The GET /api/Widget/NonSpendingbyDate API is designed to track and count clients who did not spend any money during a given period. This endpoint provides valuable insights into customer inactivity and can be used to enhance business strategies by identifying areas for re-engagement.