diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index a1e6af1..c98375b 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -17,6 +17,20 @@ "status": 1 } +# Api for the logout : https://api.thecaoffice.com/user/logout +# Logout Input response +{ + "sessionToken" : +} + +#Logout Output response +{ + "code": 1, + "data": null, + "message": "Session Invalid", + "status": 1 +} + # 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