Description | Calling this endpoint by providing JSON payload of list of staff hourly area level data to import data. |
Endpoint | {DataManagerAPI}/action/ImportAreaStaffHour |
Method | POST |
Request Headers | AToken (Guide on how to obtain AToken here) |
Body - JSON Example | { "AreaStaffHourList" : [ { "AreaId" : 1001, "ValueDateTime" : "2022-08-25 14:00:00", "StaffCount" : 9 }, { "AreaId" : 1001, "ValueDateTime" : "2022-08-25 15:00:00", "StaffCount" : 4 }, { "AreaId" : 1002, "ValueDateTime" : "2022-08-25 14:00:00", "StaffCount" : 6 }, { "AreaId" : 1002, "ValueDateTime" : "2022-08-25 15:00:00", "StaffCount" : 7 } ] } |
Body Description |
|
Response - JSON Example | { "Status" : 200, "Error" : "", "Message" : "", "Data" : "" } |
Remark |
{DataManagerAPI}: https://data.footfallcam.com/
(if you're using on-premise solution, please consult FootfallCam Support on the host address) |