Module: PeopleCounter

A module that manages the 3rd party people counter
Since:
  • 14/12/2017
Author:
  • Dave

Members


<route> getFootfallData

Route:
MethodPath
POST /api/v1/footfall
receives the data from the footfall server and stores it in sql
Query Parameters:
Name Type Description
pDate string The date and time of the reading
pBranch string The branch code of the reader
pIn int People in
pOut int People out
Since:
  • 14/12/2017
Author:
  • Dave
See:
  • PeopleCounting Server (AWS) Python Main.py
Example
/api/v1/footfall {POST DATA}