From d6b8033341591da8c34b4c7d8bd3b22c7d404833 Mon Sep 17 00:00:00 2001 From: yatmesh Date: Tue, 30 Dec 2025 05:33:46 +0000 Subject: [PATCH] Added the CA Office api endpoints --- thecaoffice-hr.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index b9ca423..03aafa6 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -1,7 +1,13 @@ # Call inout register for prev day - credentials in json file # call team list using ca office api - credentials in json file +# Api for the team list : https://api.thecaoffice.com/team/list # check if any new names in the in out register vs team list # if yes then add team member / branch / department as needed +# Api for the team add : https://api.thecaoffice.com/team/add +# Api for the branch add : https://api.thecaoffice.com/commons/branch/add +# Api for the department add : https://api.thecaoffice.com/commons/departments/add # Mark attendance based on in out register time spent and hr rules +# Api for the attendance mark : https://api.thecaoffice.com/user/attendance/mark +# Api for the attendance register : https://api.thecaoffice.com/user/attendance/register # salary register download option.