Module: Zoined

Handles the push to zoined api
Since:
  • 27/12/2017
Author:
  • Dave

Members


<static> doTask

Completes all the work for getting and sending data to zoined
Since:
  • 27/12/2017
Author:
  • Dave

<route> getAreaBudgets

Route:
MethodPath
GET /api/v1/zoined/getareabudgets
Gets the budgets for dasco / accessories / bags for an Area
Query Parameters:
Name Type Description
areaName string The Name of the area
Since:
  • 07/03/2018
Author:
  • Dave
See:
  • ZoinedDash.Shared
Example
/api/v1/zoined/getareabudgets?areaName=North West (SM)

<route> getBudgets

Route:
MethodPath
GET /api/v1/zoined/getbudgets
Gets the budgets for dasco / accessories / bags
Query Parameters:
Name Type Description
branchName string The Name of the branch
Since:
  • 07/03/2018
Author:
  • Dave
See:
  • ZoinedDash.Shared
Example
/api/v1/zoined/getbudgets?branchName=Ambleside

<route> getRankings

Route:
MethodPath
GET /api/v1/zoined/getrankings
Gets the rankins for the current week
Since:
  • 07/03/2018
Author:
  • Dave
See:
  • ZoinedDash.Shared
Example
/api/v1/zoined/getrankings

<route> getSeasons

Route:
MethodPath
GET /api/v1/zoined/getseasons
Gets the season details
Since:
  • 26/03/2018
Author:
  • Dave
See:
  • ZoinedDashTS
Example
/api/v1/zoined/getseasons

<static> getTaskHistory

Gets the history of all tasks
Since:
  • 27/12/2017
Author:
  • Dave